Problem skips
User OKay
Submission Time 2026-06-28 08:08:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

skips.cpp: In function ‘int main()’:
skips.cpp:6:11: error: expected ‘;’ before ‘long’
6 | cin.tie(0)
| ^
| ;
skips.cpp:9:8: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
9 | cin >> n >> d;
| ^
| yn
skips.cpp:9:13: error: ‘d’ was not declared in this scope
9 | cin >> n >> d;
| ^