Submission #293652

# Submission time Handle Problem Language Result Execution time Memory
293652 2020-09-08T09:07:43 Z shrek12357 Savez (COCI15_savez) C++14
0 / 120
205 ms 43004 KB
#include <iostream>
#include <vector>
#include <algorithm>
#include <string>
#include <map>
#include <set>
#include <climits>
#include <cmath>
#include <fstream>
#include <queue>
using namespace std;

#define MAXN 200

int main() {
	int n;
	map<string, int> lol;
	for(int i = 0; i < 2000000; i++){
	    lol["hello there" + i]++;
	}
}

Compilation message

savez.cpp: In function 'int main()':
savez.cpp:16:6: warning: unused variable 'n' [-Wunused-variable]
   16 |  int n;
      |      ^
# Verdict Execution time Memory Grader output
1 Runtime error 202 ms 42872 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 205 ms 42940 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 192 ms 42872 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 194 ms 42872 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 196 ms 42872 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 191 ms 42748 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 198 ms 42744 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 196 ms 43004 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 192 ms 42844 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 196 ms 43000 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -