Problem cudak
User chenweilian
Submission Time 2023-05-08 18:00:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cudak.cpp: In function ‘int main()’:
cudak.cpp:35:5: error: ‘ios’ has not been declared
35 | ios::sync_with_stdio(0);
| ^~~
cudak.cpp:36:5: error: ‘cin’ was not declared in this scope
36 | cin.tie(0);
| ^~~
cudak.cpp:43:5: error: ‘cout’ was not declared in this scope
43 | cout<<rec(0, 15, S)<<endl<<min_solution;
| ^~~~
cudak.cpp:43:26: error: ‘endl’ was not declared in this scope
43 | cout<<rec(0, 15, S)<<endl<<min_solution;
| ^~~~