Problem maximum
User Prologue
Submission Time 2025-12-12 22:00:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp:1:2: error: invalid preprocessing directive #inclue; did you mean #include?
1 | #inclue <bits/stdc++.h>
| ^~~~~~
| include
maximum.cpp: In function ‘int main()’:
maximum.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin>>a>>b;
| ^~~
maximum.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #inclue <bits/stdc++.h>
maximum.cpp:8:3: error: ‘cout’ was not declared in this scope
8 | cout<<b;
| ^~~~
maximum.cpp:8:3: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
maximum.cpp:9:8: error: ‘cout’ was not declared in this scope
9 | }else cout<<a;
| ^~~~
maximum.cpp:9:8: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <ios