Problem peakfinding
User asruby
Submission Time 2025-01-04 21:04:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

peakfinding.cpp: In function ‘int main(int, char**)’:
peakfinding.cpp:30:2: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
30 | cin >> N;
| ^~~
| std::cin
In file included from peakfinding.cpp:25:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
peakfinding.cpp:32:2: error: ‘iloopf’ was not declared in this scope
32 | iloopf(0,N){
| ^~~~~~
peakfinding.cpp:37:2: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
37 | cout << ans;
| ^~~~
| std::cout
In file included from peakfinding.cpp:25:
/usr/include/c++/9/iostream:61:18: note: ‘std::cout’ declared here
61 | extern ostream cout; /// Linked to standard output
| ^~~~