| Problem | platonic17 |
|---|---|
| User | keresh |
| Submission Time | 2026-08-24 08:46:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic17.cpp:3:7: error: expected nested-name-specifier before ‘namepsace’
3 | using namepsace std;
| ^~~~~~~~~
platonic17.cpp: In function ‘int32_t main()’:
platonic17.cpp:7:2: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
7 | cin >> n;
| ^~~
| std::cin
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from platonic17.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
platonic17.cpp:22:10: error: ‘min’ was not declared in this scope; did you mean ‘std::min’?
22 | best = min (cost, best);
| ^~~
| std::min
In file included from /usr/include/c++/9/algorithm:62,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:65,
from platonic17.cpp:1:
/u