| Problem | xmas |
|---|---|
| User | zien |
| Submission Time | 2026-06-23 16:49:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
xmas.cpp: In function ‘int main()’:
xmas.cpp:4:13: error: expected unqualified-id before ‘long’
4 | #define int long long
| ^~~~
xmas.cpp:7:12: note: in expansion of macro ‘int’
7 | int n, int a;
| ^~~
xmas.cpp:12:12: error: ‘a’ was not declared in this scope
12 | cin >> a;
| ^
xmas.cpp:17:13: error: ‘i’ was not declared in this scope
17 | cout << ans[i]<<endl ; //number of presents i person receive }
| ^