Problem | maximum |
---|---|
User | Shuqing314 |
Submission Time | 2025-02-15 10:42:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int32_t main()’:
maximum.cpp:9:9: error: ‘a’ was not declared in this scope
9 | if (a > b) {
| ^
maximum.cpp:9:13: error: ‘b’ was not declared in this scope
9 | if (a > b) {
| ^
maximum.cpp:10:11: error: redeclaration of ‘int32_t a’
10 | int32_t a=6,b=2;
| ^
maximum.cpp:9:9: note: ‘<typeprefixerror>a’ previously declared here
9 | if (a > b) {
| ^
maximum.cpp:10:15: error: redeclaration of ‘int32_t b’
10 | int32_t a=6,b=2;
| ^
maximum.cpp:9:13: note: ‘<typeprefixerror>b’ previously declared here
9 | if (a > b) {
| ^