Problem maximum
User amazingeline
Submission Time 2025-07-12 21:34:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
1 | #include bits/stdc++.h>
| ^~~~
maximum.cpp: In function ‘int main()’:
maximum.cpp:7:3: error: ‘cout’ was not declared in this scope
7 | cout << "a";
| ^~~~
maximum.cpp:1:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #include bits/stdc++.h>
maximum.cpp:9:3: error: ‘cout’ was not declared in this scope
9 | cout << "b";
| ^~~~
maximum.cpp:9:3: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?