Problem addition
User TheBlueCharizard
Submission Time 2023-05-11 11:46:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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";
| ^