# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
426556 | 2021-06-14T06:35:57 Z | 장태환(#7571) | Ancient Machine (JOI21_ancient_machine) | C++17 | 71 ms | 8080 KB |
#include "Anna.h" #include <vector> namespace { int variable_example = 0; } void Anna(int N, std::vector<char> S) { int i; int isx=0; for(i=0;i<N;i++) { if(S[i]=='X') { Send(!isx); isx=1; } else { Send(isx&&(S[i]=='Z')); } } }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 496 KB | Wrong Answer [6] |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 71 ms | 8080 KB | Wrong Answer [6] |
2 | Halted | 0 ms | 0 KB | - |