Problem maximum
User LimCheeHann
Submission Time 2025-02-21 14:18:03
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 <bits/stdc++.h>
| ^~~~~~~
maximum.cpp: In function ‘int main()’:
maximum.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin >> a >> b;
| ^~~
maximum.cpp:8:3: error: ‘cout’ was not declared in this scope
8 | cout << a;
| ^~~~
maximum.cpp:10:3: error: ‘cout’ was not declared in this scope
10 | cout << b;
| ^~~~