Problem | addition |
---|---|
User | BlueSpace |
Submission Time | 2024-07-13 09:27:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:2: error: ‘num’ was not declared in this scope; did you mean ‘enum’?
6 | num x;
| ^~~
| enum
addition.cpp:7:9: error: ‘x’ was not declared in this scope
7 | cin >> x;
| ^
addition.cpp:8:5: error: expected ‘;’ before ‘y’
8 | num y
| ^~
| ;
addition.cpp:12:10: error: expected ‘}’ at end of input
12 | cout << z
| ^
addition.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^