Problem | maximum |
---|---|
User | lucasl |
Submission Time | 2025-01-03 15:35:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:7:2: error: expected initializer before ‘cin’
7 | cin >> a >> b;
| ^~~
maximum.cpp:8:10: error: ‘b’ was not declared in this scope
8 | if (a > b){cout << a;}
| ^