Problem | helloworld |
---|---|
User | Elnathan |
Submission Time | 2023-02-13 17:47:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:3:12: error: expected ‘,’ or ‘;’ before ‘long’
3 | #define ll long long
| ^~~~
helloworld.cpp:6:2: note: in expansion of macro ‘ll’
6 | ll arr[hmm];
| ^~
helloworld.cpp:8:3: error: ‘arr’ was not declared in this scope
8 | arr[q] = hmm;
| ^~~
helloworld.cpp:9:16: error: expected ‘]’ before ‘l’
9 | cout << arr[q
| ^
| ]
10 | l }
| ~