Information
- ID
- 843
- Time
- 1000ms
- Memory
- 64MiB
- Difficulty
- 10
- Tags
- # Submissions
- 4
- Accepted
- 3
- Uploaded By
#include<bits/stdc++.h> using namespace std; int main(){ int n=5; if(n%2==0){ cout<<"灯灭"; }else{ cout<<"灯亮"; } return 0; }
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.