Problem | catfight |
---|---|
User | NgMinSong123 |
Submission Time | 2024-07-29 17:55:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catfight.cpp: In function ‘int main()’:
catfight.cpp:14:26: error: expected ‘;’ before ‘<’ token
14 | for (long long i = a, i < b; i++) {
| ^~
| ;
catfight.cpp:14:27: error: expected primary-expression before ‘<’ token
14 | for (long long i = a, i < b; i++) {
| ^
catfight.cpp:18:11: error: overloaded function with no contextual type information
18 | max += 1;
| ^
catfight.cpp:23:11: error: overloaded function with no contextual type information
23 | min -= 1;
| ^