Problem swayingflowers
User louisleehi
Submission Time 2023-12-04 15:40:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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:5:5: note: in expansion of macro ‘int’
5 | int N, T;
| ^~~
swayingflowers.cpp:5:9: error: ‘N’ was not declared in this scope
5 | int N, T;
| ^
swayingflowers.cpp:5:12: error: ‘T’ was not declared in this scope
5 | int N, T;
| ^
swayingflowers.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
swayingflowers.cpp:7:5: note: in expansion of m