Problem maximum
User Yicen
Submission Time 2024-02-23 23:01:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp:1:1: error: ‘include’ does not name a type
1 | include <bit/stdc++.h>
| ^~~~~~~
maximum.cpp: In function ‘int main()’:
maximum.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin >> a << b;
| ^~~
maximum.cpp:8:2: error: ‘cout’ was not declared in this scope
8 | cout << b;
| ^~~~
maximum.cpp:11:2: error: ‘cout’ was not declared in this scope
11 | cout << a;
| ^~~~