#include "tetris.h"
#include <bits/stdc++.h>
using namespace std;
typedef pair<int,int> ii;
typedef long long ll;
typedef vector<int> vi;
typedef vector<vi> vvi;
typedef vector<ii> vii;
typedef vector<vii> wgraf;
typedef pair<int,ii> edge;
typedef vector <ll> vl;
typedef pair <ll, ll> LL;
typedef vector <LL> vll;
#define UNVISITED 0
#define VISITED 1
#define pb push_back
#define F first
#define S second
void init(int n) {
}
ll libre = 0;
void new_figure(int figure_type) {
}
int get_position() {
return 0;
}
int get_rotation() {
return 0;
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
0 ms |
348 KB |
Win! |
2 |
Correct |
0 ms |
348 KB |
Win! |
3 |
Correct |
0 ms |
348 KB |
Win! |
4 |
Correct |
0 ms |
348 KB |
Win! |
5 |
Correct |
1 ms |
348 KB |
Win! |
6 |
Correct |
0 ms |
348 KB |
Win! |
7 |
Correct |
1 ms |
348 KB |
Win! |
8 |
Correct |
1 ms |
348 KB |
Win! |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
348 KB |
Game over! After 5 turns. |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
0 ms |
348 KB |
Win! |
2 |
Correct |
0 ms |
348 KB |
Win! |
3 |
Correct |
0 ms |
348 KB |
Win! |
4 |
Correct |
0 ms |
348 KB |
Win! |
5 |
Correct |
1 ms |
348 KB |
Win! |
6 |
Correct |
0 ms |
348 KB |
Win! |
7 |
Correct |
1 ms |
348 KB |
Win! |
8 |
Correct |
1 ms |
348 KB |
Win! |
9 |
Incorrect |
0 ms |
348 KB |
Game over! After 5 turns. |
10 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
348 KB |
Game over! After 3 turns. |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
0 ms |
348 KB |
Win! |
2 |
Correct |
0 ms |
348 KB |
Win! |
3 |
Correct |
0 ms |
348 KB |
Win! |
4 |
Correct |
0 ms |
348 KB |
Win! |
5 |
Correct |
1 ms |
348 KB |
Win! |
6 |
Correct |
0 ms |
348 KB |
Win! |
7 |
Correct |
1 ms |
348 KB |
Win! |
8 |
Correct |
1 ms |
348 KB |
Win! |
9 |
Incorrect |
0 ms |
348 KB |
Game over! After 5 turns. |
10 |
Halted |
0 ms |
0 KB |
- |