Submission #257274

#TimeUsernameProblemLanguageResultExecution timeMemory
257274kshitij_sodaniRima (COCI17_rima)C++14
0 / 140
1 ms384 KiB

#include <bits/stdc++.h>
using namespace std;
typedef long long llo;
#define mp make_pair
#define pb push_back
#define a first 
#define b second
int co=0;
int pre[3000001][26];
int main(){
	ios_base::sync_with_stdio(false);
	cin.tie(NULL);
	









	return 0;
}
#Verdict Execution timeMemoryGrader output
Fetching results...