Problem maximum
User Dan64091
Submission Time 2025-03-09 21:50:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:5:2: error: ‘ll’ was not declared in this scope
5 | ll int a,b;
| ^~
maximum.cpp:6:9: error: ‘a’ was not declared in this scope
6 | cin >> a >> b;
| ^
maximum.cpp:6:14: error: ‘b’ was not declared in this scope
6 | cin >> a >> b;
| ^