Problem | mothertounge |
---|---|
User | eulerleonhardfan |
Submission Time | 2024-01-01 13:10:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mothertounge.cpp: In function ‘int32_t main()’:
mothertounge.cpp:13:13: error: expected ‘,’ or ‘;’ before ‘long’
13 | #define int long long
| ^~~~
mothertounge.cpp:25:2: note: in expansion of macro ‘int’
25 | int r, c, t;
| ^~~
mothertounge.cpp:26:9: error: ‘r’ was not declared in this scope
26 | cin >> r >> c >> t;
| ^
mothertounge.cpp:26:14: error: ‘c’ was not declared in this scope
26 | cin >> r >> c >> t;
| ^
mothertounge.cpp:26:19: error: ‘t’ was not declared in this scope
26 | cin >> r >> c >> t;
| ^