1
0
forked from newde/homework
Files
homework/666/02.cpp
hehe 6cfca39335 镇乃天子
66
6
6
6
6
6
6
6
6
6
66
6
6
6
6
6
6
2026-03-28 05:36:09 -04:00

13 lines
311 B
C++

#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;
}