Problem | swayingflowers |
---|---|
User | StormyGood |
Submission Time | 2024-02-16 15:23:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
swayingflowers.cpp:2:17: error: ‘tsd’ is not a namespace-name
2 | using namespace tsd;
| ^~~
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:10: error: ‘count’ was not declared in this scop