1
0
forked from newde/homework

镇乃天子

This commit is contained in:
2026-04-11 05:40:40 -04:00
parent eb13818869
commit f9a50b3be6
4 changed files with 30 additions and 11 deletions

View File

@@ -1,12 +1,15 @@
#include<iostream>
using namespace std;
int main(){
int a,b;
cin>>a>>b;
if(a>b)
cout<<a<<"大大大大大大大大大大大大大大大大大大大大大大大大大"<<endl;
else;
cout<<b<<"大大大大大大大大大大大大大大大大大大大大大大大大大"<<endl;
#include<iostream>
using namespace std;
int main(){
int zuidazhi
int a[5];
int man=a[0];
for(int i=0;i<4;i++){
if(a[i]>man)
man=a[i];
}
return 0;
}
return 0;
}