Submission #257679

#TimeUsernameProblemLanguageResultExecution timeMemory
257679BThero"The Lyuboyn" code (IZhO19_lyuboyn)C++17
5 / 100
1 ms256 KiB
// 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;
}

#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...