Submission #916574

#TimeUsernameProblemLanguageResultExecution timeMemory
916574WansurParrots (IOI11_parrots)C++14
0 / 100
2 ms1348 KiB
#include <bits/stdc++.h> #define f first #define s second #define ent '\n'; using namespace std; typedef long long ll; const int mx=2e5+12; void output(int b); void send(int a); void encode(int n, int a[]){ for(int i=0;i<n;i++){ send(a[i]); a[i]=0; } }
#include <bits/stdc++.h> #define f first #define s second #define ent '\n'; using namespace std; typedef long long ll; const int mx=2e5+12; void output(int b); void send(int a); void decode(int m, int n, int a[]){ for(int i=0;i<m;i++){ output(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...