Problem | nicenumber |
---|---|
User | ZacharyTan2010 |
Submission Time | 2025-01-08 16:58:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nicenumber.cpp: In function ‘int main()’:
nicenumber.cpp:4:97: error: ‘i’ was not declared in this scope
4 | int main(){cin.tie(0); cout.tie(0); ios_base::sync_with_stdio(0);unsigned short t,n;cin>>t;for (i=0;i<t;i++){cin>>n;if (n<244){cout<<"69";}else{cout<<"420";}}}
| ^