Submission #257275

#TimeUsernameProblemLanguageResultExecution timeMemory
257275kshitij_sodaniRima (COCI17_rima)C++14
0 / 140
162 ms262148 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);
	for(int i=0;i<3000001;i++){
		for(int j=0;j<26;j++){
			pre[i][j]=1;
		}
	}










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