Problem boxispull
User Halud
Submission Time 2024-12-26 18:37:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxispull.cpp: In function ‘void solve()’:
boxispull.cpp:2:3: error: ‘ios_base’ has not been declared
2 | ios_base::sync_with_stdio(false);
| ^~~~~~~~
boxispull.cpp:3:3: error: ‘cin’ was not declared in this scope
3 | cin.tie(0);
| ^~~
boxispull.cpp:22:3: error: ‘cout’ was not declared in this scope
22 | cout << result << endl;
| ^~~~
boxispull.cpp:22:21: error: ‘endl’ was not declared in this scope
22 | cout << result << endl;
| ^~~~
boxispull.cpp: In function ‘int main()’:
boxispull.cpp:26:3: error: ‘ios_base’ has not been declared
26 | ios_base::sync_with_stdio(false);
| ^~~~~~~~
boxispull.cpp:27:3: error: ‘cin’ was not declared in this scope
27 | cin.tie(0);
| ^~~