Problem rollercoaster
User Ddoge107
Submission Time 2025-06-20 15:30:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rollercoaster.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
rollercoaster.cpp: In function ‘int main()’:
rollercoaster.cpp:6:5: error: ‘cin’ was not declared in this scope
6 | cin>>n>>k;
| ^~~
rollercoaster.cpp:8:9: error: ‘cout’ was not declared in this scope
8 | cout<<"0"<<" ";}
| ^~~~