# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
547922 | 2022-04-12T03:12:27 Z | quoccuong2k4ht | Ancient Machine (JOI21_ancient_machine) | C++17 | 61 ms | 7600 KB |
#include "Anna.h" #include <vector> using namespace std; namespace { int variable_example = 0; } void Anna(int N, std::vector<char> S) { bool check=0; for (int i=0;i<N;i++) { if (S[i]=='X') check=1; if (S[i]=='Z'&&check) Send(1); else Send(0); } }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 508 KB | Wrong Answer [6] |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 61 ms | 7600 KB | Wrong Answer [6] |
2 | Halted | 0 ms | 0 KB | - |