Problem | eta |
---|---|
User | PoTheSloth |
Submission Time | 2023-12-16 11:47:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eta.cpp: In function ‘int32_t main()’:
eta.cpp:75:19: error: expected ‘;’ before ‘for’
75 | dfs(1, 0);cin>>q
| ^
| ;
76 | for(int qq=0; qq<q; ++qq){
| ~~~
eta.cpp:76:17: error: ‘qq’ was not declared in this scope; did you mean ‘q’?
76 | for(int qq=0; qq<q; ++qq){
| ^~
| q