Problem | inspections |
---|---|
User | tanish |
Submission Time | 2024-02-21 23:03:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
inspections.cpp: In function ‘int main()’:
inspections.cpp:68:5: error: expected primary-expression before ‘)’ token
68 | )
| ^
inspections.cpp:69:17: error: ‘b’ was not declared in this scope
69 | for(int b=0;b<q;b++){
| ^
inspections.cpp:72:1: error: expected ‘}’ at end of input
72 | }
| ^
inspections.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^