답안 #257679

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
257679 2020-08-04T14:35:07 Z BThero "The Lyuboyn" code (IZhO19_lyuboyn) C++17
5 / 100
1 ms 256 KB
// chrono::system_clock::now().time_since_epoch().count()
#include<bits/stdc++.h>

#define pb push_back
#define eb emplace_back
#define mp make_pair
#define fi first
#define se second
#define all(x) (x).begin(), (x).end()
#define debug(x) cerr << #x << " = " << x << endl;

using namespace std;

typedef long long ll;
typedef pair<int, int> pii;

void solve() {
  printf("16\n");
  printf("0000\n");
  printf("1101\n");
  printf("0011\n");
  printf("1110\n");
  printf("1001\n");
  printf("0111\n");
  printf("1010\n");
  printf("0100\n");
  printf("1111\n");
  printf("0010\n");
  printf("1100\n");
  printf("0001\n");
  printf("0110\n");
  printf("1000\n");
  printf("0101\n");
  printf("1011\n");
}

int main() {
  int tt = 1;
  
  while (tt--) {
    solve();
  }

  return 0;
}

# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 256 KB The output is neither -1 nor the length of the answer
# 결과 실행 시간 메모리 Grader output
1 Correct 0 ms 256 KB Ok
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 256 KB The output is neither -1 nor the length of the answer
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 256 KB The output is neither -1 nor the length of the answer
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 256 KB The output is neither -1 nor the length of the answer
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 256 KB The output is neither -1 nor the length of the answer
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 256 KB The output is neither -1 nor the length of the answer
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 256 KB The output is neither -1 nor the length of the answer
2 Halted 0 ms 0 KB -