| Problem | addition |
|---|---|
| User | dharshanmb |
| Submission Time | 2026-06-22 16:04:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp:4:18: error: declaration does not declare anything [-fpermissive]
4 | #define int long long;
| ^~~~
addition.cpp:5:1: note: in expansion of macro ‘int’
5 | int num = a and b ;
| ^~~
addition.cpp:5:5: error: ‘num’ does not name a type; did you mean ‘enum’?
5 | int num = a and b ;
| ^~~
| enum
addition.cpp: In function ‘int main()’:
addition.cpp:7:7: error: ‘a’ was not declared in this scope
7 | cin<<a;
| ^
addition.cpp:8:6: error: ‘b’ was not declared in this scope
8 | cin<<b;
| ^