Problem | area_noi |
---|---|
User | RandomCtfNoob |
Submission Time | 2024-02-23 12:39:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area_noi.cpp:5:6: error: ‘cin’ in namespace ‘std’ does not name a type
5 | std::cin << N;
| ^~~
In file included from area_noi.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
area_noi.cpp:6:1: error: expected unqualified-id before ‘for’
6 | for (j = 1, j <= N, j++){
| ^~~
area_noi.cpp:15:6: error: ‘cout’ in namespace ‘std’ does not name a type
15 | std::cout << biggest;
| ^~~~
In file included from area_noi.cpp:1:
/usr/include/c++/9/iostream:61:18: note: ‘std::cout’ declared here
61 | extern ostream cout; /// Linked to standard output
| ^~~~