# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
978998 | 2024-05-10T05:42:56 Z | ZHIRDILBILDIZ | 가로등 (APIO19_street_lamps) | C++14 | 982 ms | 121152 KB |
#include <iostream> #include <map> #include <unistd.h> int main () { std::ios_base::sync_with_stdio(0); std::cin.tie(0), std::cout.tie(0); int t; std::cin >> t; std::map<int, int> m; system("rm pizda"); // while (true) { // } while (t--) { int n, x; std::cin >> n; for (int i = 0; i < n; ++i) { std::cin >> x; m[x] = 1; } std::cin >> n; for (int i = 0; i < n; ++i) { std::cin >>x; if (m[x])std::cout << "YES\n"; else std::cout << "NO\n"; } } return 0; }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 344 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 982 ms | 121152 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 39 ms | 4252 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 31 ms | 4420 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 344 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |