| Problem | addition |
|---|---|
| User | Yingjie |
| Submission Time | 2025-11-12 10:28:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp:3:17: error: declaration does not declare anything [-fpermissive]
3 | #define ll long long;
| ^~~~
addition.cpp:4:1: note: in expansion of macro ‘ll’
4 | ll a,b;
| ^~
addition.cpp:4:4: error: ‘a’ does not name a type
4 | ll a,b;
| ^
addition.cpp: In function ‘int main()’:
addition.cpp:6:7: error: ‘a’ was not declared in this scope
6 | cin>>a>>b;
| ^
addition.cpp:6:10: error: ‘b’ was not declared in this scope
6 | cin>>a>>b;
| ^