# |
Submission time |
Handle |
Problem |
Language |
Result |
Execution time |
Memory |
71585 |
2018-08-25T07:38:29 Z |
강태규(#2217) |
On the Grid (FXCUP2_grid) |
C++11 |
|
2 ms |
248 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() {
printf("This problem is REALLY 1 points?\n");
return 0;
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
2 ms |
248 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |