Problem | maximum |
---|---|
User | Isabel123 |
Submission Time | 2023-11-08 09:44:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:6:2: error: expected initializer before ‘cin’
6 | cin >> a >> b;
| ^~~
maximum.cpp:7:8: error: ‘b’ was not declared in this scope
7 | if (a>b) {
| ^