Problem | addition |
---|---|
User | TheBlueCharizard |
Submission Time | 2023-05-11 11:45:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:4:2: error: ‘a’ was not declared in this scope
4 | a = cint<"thing">
| ^
addition.cpp:4:6: error: ‘cint’ was not declared in this scope; did you mean ‘uint’?
4 | a = cint<"thing">
| ^~~~
| uint
addition.cpp:5:2: error: ‘b’ was not declared in this scope
5 | b = cint<"thing">
| ^
addition.cpp:6:2: error: expected primary-expression before ‘return’
6 | return 0;
| ^~~~~~