| Problem | candies3 |
|---|---|
| User | LovePeggingLucaBalsa |
| Submission Time | 2026-01-20 15:17:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
candies3.cpp: In function ‘int main()’:
candies3.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
candies3.cpp:8:2: note: in expansion of macro ‘int’
8 | int t,n,c,w,a,candies;
| ^~~
candies3.cpp:8:6: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
8 | int t,n,c,w,a,candies;
| ^
| tm
candies3.cpp:8:8: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
8 | int t,n,c,w,a,candies;
| ^
| yn
candies3.cpp:8:10: error: ‘c’ was not declared in this scope
8 | int t,n,c,w,a,candies;
| ^
candies3.cpp:8:12: error: ‘w’ was not declared in this scope
8 | int t,n,c,w,a,candies;
| ^
candies3.cpp:8:14: error: ‘a’ was not declared in this scope
8 | int t,n,c,w,a,candies;
| ^
candies3.cpp:8:16: