Problem | party_noi |
---|---|
User | Indy39910 |
Submission Time | 2025-02-15 12:14:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
party_noi.cpp: In function ‘int main()’:
party_noi.cpp:7:5: error: ‘cin’ was not declared in this scope
7 | cin >> n;
| ^~~
party_noi.cpp:2:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
1 | #include <algorithm>
+++ |+#include <iostream>
2 | #include <vector>
party_noi.cpp:25:5: error: ‘cout’ was not declared in this scope
25 | cout << ans;
| ^~~~
party_noi.cpp:25:5: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?