Problem | exam |
---|---|
User | spidermancoolboy |
Submission Time | 2024-01-27 23:36:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:4:7: error: ‘num’ was not declared in this scope; did you mean ‘enum’?
4 | cin>>num;
| ^~~
| enum
exam.cpp:9:8: error: ‘num1’ was not declared in this scope
9 | cin>>num1;
| ^~~~
exam.cpp:10:8: error: ‘num2’ was not declared in this scope
10 | cin>>num2;
| ^~~~
exam.cpp:12:2: error: expected ‘}’ at end of input
12 | }
| ^
exam.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^