# | 제출 시각UTC-0 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1163623 | SmuggingSpun | "The Lyuboyn" code (IZhO19_lyuboyn) | C++20 | 186 ms | 70264 KiB |
#include<bits/stdc++.h>
#define taskname "C"
using namespace std;
int n, k, t;
string s;
namespace sub1{
void solve(){
cout << "4\n10\n11\n01\n00";
}
}
namespace sub2{
void solve(){
cout << "16\n0000\n0111\n1100\n1011\n0110\n0001\n1010\n1101\n0011\n0100\n1111\n1000\n0101\n0010\n1001\n1110";
}
}
namespace sub3{
void solve(){
cout << "-1";
}
}
namespace sub4{
vector<int>current, g[1 << 18];
bitset<1 << 18>vis, avai;
void play(int u){
current.emplace_back(u);
if(current.size() == (1 << n)){
if(!avai.test(current.back())){
current.pop_back();
return;
}
컴파일 시 표준 에러 (stderr) 메시지
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |