Problem maximum
User yanwen
Submission Time 2025-09-01 17:09:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:5:3: error: ‘a’ was not declared in this scope
5 | a, b;
| ^
maximum.cpp:5:6: error: ‘b’ was not declared in this scope
5 | a, b;
| ^