# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
684386 | 2023-01-21T05:40:05 Z | mjhmjh1104 | Ancient Machine (JOI21_ancient_machine) | C++17 | 48 ms | 7644 KB |
#include "Anna.h" #include <vector> using namespace std; void Anna(int n, vector<char> s) { for (int i = 1; i < n; i++) { if (s[i] != 'Y') Send(1); else Send(0); } }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 512 KB | Wrong Answer [6] |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 48 ms | 7644 KB | Wrong Answer [6] |
2 | Halted | 0 ms | 0 KB | - |