Problem | addition |
---|---|
User | Xinlan |
Submission Time | 2023-11-08 09:54:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:4:5: error: ‘cint’ was not declared in this scope; did you mean ‘uint’?
4 | cint a = 4;
| ^~~~
| uint
addition.cpp:5:9: error: expected ‘;’ before ‘b’
5 | cint b = 5;
| ^~
| ;
addition.cpp:6:9: error: ‘a’ was not declared in this scope
6 | cout=a+b
| ^
addition.cpp:6:11: error: ‘b’ was not declared in this scope
6 | cout=a+b
| ^