Problem | helloworld |
---|---|
User | Elnathan |
Submission Time | 2023-02-13 17:47:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:3:22: error: declaration does not declare anything [-fpermissive]
3 | #define ll long long int;
| ^~~
helloworld.cpp:5:2: note: in expansion of macro ‘ll’
5 | ll hmm=1e31
| ^~
helloworld.cpp:5:5: error: ‘hmm’ was not declared in this scope
5 | ll hmm=1e31
| ^~~
helloworld.cpp:6:5: error: ‘arr’ was not declared in this scope
6 | ll arr[hmm];
| ^~~
helloworld.cpp:3:22: error: declaration does not declare anything [-fpermissive]
3 | #define ll long long int;
| ^~~
helloworld.cpp:7:7: note: in expansion of macro ‘ll’
7 | for (ll q = 0; q < hmm; q++) {
| ^~
helloworld.cpp:7:10: error: ‘q’ was not declared in this scope
7 | for (ll q = 0; q < hmm; q++) {
| ^
helloworld.cpp:7:24: error: expected ‘)’ before ‘;’ token
7 |