| Problem | addition |
|---|---|
| User | ryansingh |
| Submission Time | 2026-06-22 15:43:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp:2:20: error: expected ‘;’ before ‘define’
2 | using namespace std
| ^
| ;
3 | define int long long
| ~~~~~~
addition.cpp:3:1: error: ‘define’ does not name a type
3 | define int long long
| ^~~~~~
addition.cpp:7:2: error: ‘cout’ does not name a type
7 | cout<<a+b;
| ^~~~