Problem xmas
User R1
Submission Time 2023-04-17 17:49:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
xmas.cpp: In function ‘int main()’:
xmas.cpp:9:7: error: ‘ll’ was not declared in this scope
9 | for(ll i = 1; i< n+1; i++){
| ^~
xmas.cpp:9:17: error: ‘i’ was not declared in this scope
9 | for(ll i = 1; i< n+1; i++){
| ^
xmas.cpp:16:7: error: ‘ll’ was not declared in this scope
16 | for(ll i = 0; i<n; i++){
| ^~
xmas.cpp:16:17: error: ‘i’ was not declared in this scope
16 | for(ll i = 0; i<n; i++){
| ^