Submission #71525

# Submission time Handle Problem Language Result Execution time Memory
71525 2018-08-25T03:54:49 Z 강태규(#2217) Logistical Metropolis (KRIII5_LM) C++11
0 / 7
3 ms 488 KB
#include <iostream>
#include <algorithm>
#include <vector>
#include <queue>
#include <deque>
#include <set>
#include <map>
#include <unordered_map>
#include <functional>
#include <cstring>
#include <cmath>
#include <ctime>
#include <cstdlib>

using namespace std;
typedef long long llong;
typedef long double ld;
typedef pair<int, int> pii;
typedef pair<llong, llong> pll;

int main() {
	ios_base::sync_with_stdio(false); cin.tie(0);
	printf("This problem is REALLY 7 ponits?\n");
	return 0;
}
# Verdict Execution time Memory Grader output
1 Incorrect 3 ms 376 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 2 ms 488 KB Output isn't correct
2 Halted 0 ms 0 KB -