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