Problem robberduck
User Kiameimon
Submission Time 2024-08-02 14:14:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

robberduck.cpp: In function ‘int main()’:
robberduck.cpp:19:18: error: ‘fin’ was not declared in this scope; did you mean ‘sin’?
19 | int n, t; ll x; fin >> n >> x >> t;
| ^~~
| sin
robberduck.cpp:44:17: error: ‘fout’ was not declared in this scope
44 | if(sum < x) fout << "-1 -1";
| ^~~~
robberduck.cpp:45:10: error: ‘fout’ was not declared in this scope
45 | else fout << ans.first+1 << " " << ans.second;
| ^~~~