Problem | hallucinations |
---|---|
User | MCSG |
Submission Time | 2025-06-18 10:52:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hallucinations.cpp: In function ‘int main()’:
hallucinations.cpp:31:10: error: ‘T’ was not declared in this scope
31 | cin>>T;
| ^
hallucinations.cpp:41:1: error: expected ‘}’ at end of input
41 | }
| ^
hallucinations.cpp:32:22: note: to match this ‘{’
32 | for (c=0;c<Q;c++){
| ^
hallucinations.cpp:41:1: error: expected ‘}’ at end of input
41 | }
| ^
hallucinations.cpp:29:23: note: to match this ‘{’
29 | for (c=1;c<=A;c++){
| ^
hallucinations.cpp:41:1: error: expected ‘}’ at end of input
41 | }
| ^
hallucinations.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^