1
0
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:
2026-03-28 05:36:09 -04:00
parent 17ac063f22
commit 6cfca39335

12
666/02.cpp Normal file
View 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;
}