Problem robberduck
User itsLQ
Submission Time 2024-09-15 12:54:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

robberduck.cpp: In function ‘int main()’:
robberduck.cpp:29:12: error: expected ‘;’ before ‘:’ token
29 | cin.tie(0):
| ^
| ;
robberduck.cpp:32:22: error: ‘T’ was not declared in this scope
32 | cin >> N >> X >> T;
| ^
robberduck.cpp:41:10: error: ‘V’ was not declared in this scope
41 | cin >> V >> D;
| ^
robberduck.cpp:41:15: error: ‘D’ was not declared in this scope
41 | cin >> V >> D;
| ^
robberduck.cpp:44:14: error: ‘Q’ was not declared in this scope
44 | if ((Q = query()) < Y) {
| ^
robberduck.cpp:44:29: error: ‘Y’ was not declared in this scope
44 | if ((Q = query()) < Y) {
| ^
robberduck.cpp:46:13: error: ‘M’ was not declared in this scope
46 | M = t;
|