# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
935477 | 2024-02-29T07:48:23 Z | SmuggingSpun | Ancient Machine (JOI21_ancient_machine) | C++17 | 54 ms | 9972 KB |
#include "Anna.h" #include<bits/stdc++.h> using namespace std; void Anna(int n, vector<char>S){ for(char& c : S){ if(c == 'X'){ Send(0); Send(0); } else if(c == 'Y'){ Send(1); Send(0); } else{ Send(0); Send(1); } } }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 780 KB | Wrong Answer [5] |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Partially correct | 54 ms | 9964 KB | Partially correct |
2 | Incorrect | 47 ms | 9972 KB | Wrong Answer [5] |
3 | Halted | 0 ms | 0 KB | - |