Submission #257275

# Submission time Handle Problem Language Result Execution time Memory
257275 2020-08-04T03:42:06 Z kshitij_sodani Rima (COCI17_rima) C++14
0 / 140
162 ms 262148 KB
#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 time Memory Grader output
1 Runtime error 162 ms 262148 KB Execution killed with signal 9 (could be triggered by violating memory limits)
2 Runtime error 148 ms 262148 KB Execution killed with signal 9 (could be triggered by violating memory limits)
3 Runtime error 150 ms 262148 KB Execution killed with signal 9 (could be triggered by violating memory limits)
4 Runtime error 153 ms 262148 KB Execution killed with signal 9 (could be triggered by violating memory limits)
5 Runtime error 156 ms 262148 KB Execution killed with signal 9 (could be triggered by violating memory limits)
6 Runtime error 151 ms 262144 KB Execution killed with signal 9 (could be triggered by violating memory limits)
7 Runtime error 150 ms 262148 KB Execution killed with signal 9 (could be triggered by violating memory limits)
8 Runtime error 161 ms 262148 KB Execution killed with signal 9 (could be triggered by violating memory limits)
9 Runtime error 153 ms 262148 KB Execution killed with signal 9 (could be triggered by violating memory limits)
10 Runtime error 147 ms 262144 KB Execution killed with signal 9 (could be triggered by violating memory limits)