Problem xmas
User yq
Submission Time 2026-06-23 16:07:53
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:7:3: error: ‘vecter’ was not declared in this scope
7 | vecter<int> A(n);
| ^~~~~~
xmas.cpp:2:13: error: expected primary-expression before ‘long’
2 | #define int long long
| ^~~~
xmas.cpp:7:10: note: in expansion of macro ‘int’
7 | vecter<int> A(n);
| ^~~
xmas.cpp:9:10: error: ‘A’ was not declared in this scope
9 | cout<<A[i]<<endl;
| ^