Problem | maximum |
---|---|
User | coderr25 |
Submission Time | 2024-11-25 15:21:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp:1:2: error: invalid preprocessing directive #inlcude; did you mean #include?
1 | #inlcude <bits/stdc++.h>
| ^~~~~~~
| include
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 | #inlcude <bits/stdc++.h>
maximum.cpp:10:3: error: ‘cout’ was not declared in this scope
10 | cout<<b;
| ^~~~
maximum.cpp:10:3: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?