# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
194115 | 2020-01-15T16:23:10 Z | juanmartinez111 | Mini tetris (IOI16_tetris) | C++14 | 5 ms | 452 KB |
#include "tetris.h" void init(int n) { } int position; int rotation; int figura,cnt=1; void new_figure(int figure_type) { figura=figure_type; cnt++; } int get_position() { if(figura==2){ if(cnt%2==0)return 0; return 2; } else if(figura==1)return 0; } int get_rotation() { if(figura==2){ if(cnt%2==0)return 0; return 1; } else if(figura==1)return 0; }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 2 ms | 256 KB | Win! |
2 | Correct | 2 ms | 256 KB | Win! |
3 | Correct | 2 ms | 256 KB | Win! |
4 | Correct | 2 ms | 376 KB | Win! |
5 | Correct | 2 ms | 252 KB | Win! |
6 | Correct | 3 ms | 376 KB | Win! |
7 | Correct | 4 ms | 452 KB | Win! |
8 | Correct | 5 ms | 376 KB | Win! |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 2 ms | 376 KB | Win! |
2 | Incorrect | 2 ms | 376 KB | Game over! After 10 turns. |
3 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 2 ms | 256 KB | Win! |
2 | Correct | 2 ms | 256 KB | Win! |
3 | Correct | 2 ms | 256 KB | Win! |
4 | Correct | 2 ms | 376 KB | Win! |
5 | Correct | 2 ms | 252 KB | Win! |
6 | Correct | 3 ms | 376 KB | Win! |
7 | Correct | 4 ms | 452 KB | Win! |
8 | Correct | 5 ms | 376 KB | Win! |
9 | Correct | 2 ms | 376 KB | Win! |
10 | Incorrect | 2 ms | 376 KB | Game over! After 10 turns. |
11 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 2 ms | 256 KB | Integer 3 violates the range [0, 2] |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 2 ms | 256 KB | Win! |
2 | Correct | 2 ms | 256 KB | Win! |
3 | Correct | 2 ms | 256 KB | Win! |
4 | Correct | 2 ms | 376 KB | Win! |
5 | Correct | 2 ms | 252 KB | Win! |
6 | Correct | 3 ms | 376 KB | Win! |
7 | Correct | 4 ms | 452 KB | Win! |
8 | Correct | 5 ms | 376 KB | Win! |
9 | Correct | 2 ms | 376 KB | Win! |
10 | Incorrect | 2 ms | 376 KB | Game over! After 10 turns. |
11 | Halted | 0 ms | 0 KB | - |