Problem | skips |
---|---|
User | Xavier |
Submission Time | 2025-06-16 20:29:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
skips.cpp: In function ‘int main()’:
skips.cpp:4:2: error: ‘cin’ was not declared in this scope
4 | cin >> n >> d;
| ^~~
skips.cpp:17:3: error: ‘cout’ was not declared in this scope
17 | cout << answer1;
| ^~~~
skips.cpp:20:3: error: ‘cout’ was not declared in this scope
20 | cout << answer2;
| ^~~~