Problem | swayingflowers |
---|---|
User | StormyGood |
Submission Time | 2024-02-16 15:24:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
swayingflowers.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
swayingflowers.cpp:4:1: note: in expansion of macro ‘int’
4 | int main()
| ^~~
swayingflowers.cpp: In function ‘int main()’:
swayingflowers.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
swayingflowers.cpp:6:2: note: in expansion of macro ‘int’
6 | int a,b,count = 0;
| ^~~
swayingflowers.cpp:6:6: error: ‘a’ was not declared in this scope
6 | int a,b,count = 0;
| ^
swayingflowers.cpp:6:8: error: ‘b’ was not declared in this scope
6 | int a,b,count = 0;
| ^
swayingflowers.cpp:6:18: error: overloaded function with no contextual type information
6 | int a,b,count = 0;
| ^
swayingflowers.cpp:3:18: error: declaration d