Problem maximum
User Tonko
Submission Time 2025-05-25 10:34:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp:3:13: error: ‘longlong’ does not name a type
3 | #define int longlong
| ^~~~~~~~
maximum.cpp:5:1: note: in expansion of macro ‘int’
5 | int a, b;
| ^~~
maximum.cpp: In function ‘int main()’:
maximum.cpp:8:12: error: ‘sync_with_studio’ is not a member of ‘std::ios_base’
8 | ios_base::sync_with_studio(false);
| ^~~~~~~~~~~~~~~~
maximum.cpp:11:9: error: ‘a’ was not declared in this scope
11 | cin >> a >> b;
| ^
maximum.cpp:11:14: error: ‘b’ was not declared in this scope
11 | cin >> a >> b;
| ^