Problem xmas
User ZRSS1926
Submission Time 2026-06-23 16:23:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xmas.cpp: In function ‘int main()’:
xmas.cpp:10:29: error: ‘i’ was not declared in this scope
10 | for (int k = 1; k <= n; i++) {
| ^
xmas.cpp:11:16: error: ‘A’ was not declared in this scope
11 | cin >> A;
| ^