Start 2024-01-27 08:00:00

冬令营基础1.27课前

End 2024-01-27 10:00:00
Contest is over.
Now 2026-04-30 20:24:23

2.

include<bits/stdc++.h>

using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"a<b"; } if(a==2&&b==1){ cout<<"a>b"; } }


lyhbylz  •  2年前

The contest has ended.