# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
864456 | 2023-10-23T03:13:09 Z | willychan | Broken Device 2 (JOI22_device2) | C++17 | 605 ms | 30968 KB |
#include "Anna.h" #include <utility> #include <vector> using namespace std; namespace { const int P = 30; int variable_example = 0; } int Declare() { return P*63; } std::pair<std::vector<int>, std::vector<int> > Anna(long long A) { vector<int> X; vector<int> Y; for(int i=0;i<P*63;i++) Y.push_back(0); for(int i=0;i<63;i++){ X.push_back(((A>>i)&1)); for(int i=0;i<P-1;i++) X.push_back(0); } return make_pair(X, Y); }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 2 ms | 796 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 2 ms | 796 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 2 ms | 796 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 2 ms | 796 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 2 ms | 796 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 605 ms | 30968 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |