Problem | addition |
---|---|
User | Priyankha13 |
Submission Time | 2023-07-25 11:27:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:2: error: ‘__int64’ was not declared in this scope; did you mean ‘__int64_t’?
5 | __int64 a = 4;
| ^~~~~~~
| __int64_t
addition.cpp:6:9: error: expected ‘;’ before ‘b’
6 | __int64 b = 5;
| ^~
| ;
addition.cpp:7:11: error: ‘a’ was not declared in this scope
7 | cout << a + b;
| ^
addition.cpp:7:15: error: ‘b’ was not declared in this scope
7 | cout << a + b;
| ^