Problem platonic2
User Zosho
Submission Time 2025-06-19 09:43:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic2.cpp: In function ‘int main()’:
platonic2.cpp:4:5: error: ‘cin’ was not declared in this scope
4 | cin >> N >> K;
| ^~~
platonic2.cpp:6:21: error: ‘min’ was not declared in this scope; did you mean ‘main’?
6 | long long ans = min({9,8,7,3});
| ^~~
| main
platonic2.cpp:7:5: error: ‘cout’ was not declared in this scope
7 | cout << ans << "\n";
| ^~~~