Problem inspections
User snorky
Submission Time 2024-02-15 15:02:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

inspections.cpp: In function ‘int main()’:
inspections.cpp:50:9: error: ‘check’ was not declared in this scope
50 | cout<<check<<endl;
| ^~~~~
inspections.cpp: At global scope:
inspections.cpp:52:2: error: expected unqualified-id before ‘return’
52 | return 0;
| ^~~~~~
inspections.cpp:53:1: error: expected declaration before ‘}’ token
53 | }
| ^