Problem gift
User thatlycheeoolongdrink
Submission Time 2024-02-26 16:08:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gift.cpp: In function ‘int main()’:
gift.cpp:13:17: error: ‘i’ was not declared in this scope
13 | for (int y;y<n;i++) {
| ^
gift.cpp:16:7: error: ‘num’ was not declared in this scope; did you mean ‘enum’?
16 | if (num.at(a)-num.at(b) >= k) {
| ^~~
| enum