Problem sixseven
User LimCheeHann
Submission Time 2026-05-15 18:26:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sixseven.cpp: In function ‘int main()’:
sixseven.cpp:2:24: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
2 | int main(){long long N;cin>>N;if(N>67){cout<<"Too old for this wilted_rose";}else{cout<<67;}}
| ^~~
| std::cin
In file included from sixseven.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
sixseven.cpp:2:40: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
2 | int main(){long long N;cin>>N;if(N>67){cout<<"Too old for this wilted_rose";}else{cout<<67;}}
| ^~~~
| std::cout
In file included from sixseven.cpp:1:
/usr/include/c++/9/iostream:61:18: note: ‘std::cout’ declared here
61 |