| Problem | addition |
|---|---|
| User | Yingjie |
| Submission Time | 2025-11-12 10:27:46 |
| 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:13: error: ‘a’ was not declared in this scope
6 | while(cin>>a>>b) cout<<a+b<<endl
| ^
addition.cpp:6:16: error: ‘b’ was not declared in this scope
6 | while(cin>>a>>b) cout<<a+b<<endl
| ^