Problem | 3nplus1II |
---|---|
User | Yuzzll |
Submission Time | 2023-01-07 09:27:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:5:7: error: ‘i’ was not declared in this scope
5 | for (i=0;i<t;i++){
| ^
3nplus1II.cpp:10:13: error: expected ‘;’ before ‘}’ token
10 | num=num/2
| ^
| ;
11 | }
| ~