forked from newde/homework
镇乃天子
66 6 6 6 6 6 6 6 6 6 66 6 6 6 6 6 6
This commit is contained in:
12
666/02.cpp
Normal file
12
666/02.cpp
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
#include<iostream>
|
||||||
|
using namespace std;
|
||||||
|
int main(){
|
||||||
|
int a,b;
|
||||||
|
cin>>a>>b;
|
||||||
|
if(a>b)
|
||||||
|
cout<<a<<"大大大大大大大大大大大大大大大大大大大大大大大大大"<<endl;
|
||||||
|
else;
|
||||||
|
cout<<b<<"大大大大大大大大大大大大大大大大大大大大大大大大大"<<endl;
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user