Problem maximum
User solomon
Submission Time 2026-06-28 10:49:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:3:13: error: ‘a’ was not declared in this scope
3 | std::cin >>a >> b;
| ^
maximum.cpp:3:18: error: ‘b’ was not declared in this scope
3 | std::cin >>a >> b;
| ^