Problem | maximum |
---|---|
User | duanwei |
Submission Time | 2025-01-24 20:32:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp:5:7: error: stray ‘\357’ in program
5 | int a, b;
| ^
maximum.cpp:5:8: error: stray ‘\274’ in program
5 | int a, b;
| ^
maximum.cpp:5:9: error: stray ‘\214’ in program
5 | int a, b;
| ^
maximum.cpp: In function ‘int main()’:
maximum.cpp:5:11: error: expected initializer before ‘b’
5 | int a, b;
| ^
maximum.cpp:6:9: error: ‘a’ was not declared in this scope
6 | cin >> a >>;
| ^
maximum.cpp:6:13: error: expected primary-expression before ‘;’ token
6 | cin >> a >>;
| ^
maximum.cpp:8:10: error: ‘b’ was not declared in this scope
8 | if (a > b) {
| ^
maximum.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
maximum.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^