Submission #1073487

# Submission time Handle Problem Language Result Execution time Memory
1073487 2024-08-24T15:20:13 Z Osplei Mini tetris (IOI16_tetris) C++17
7 / 100
2 ms 348 KB
#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) {
}

int position;
int rotation;

void new_figure(int figure_type) {
  get_position;
  get_rotation;
}

int get_position() {
	return 0;
}

int get_rotation() {
	return 0;
}

Compilation message

tetris.cpp: In function 'void new_figure(int)':
tetris.cpp:30:3: warning: statement is a reference, not call, to function 'get_position' [-Waddress]
   30 |   get_position;
      |   ^~~~~~~~~~~~
tetris.cpp:30:3: warning: statement has no effect [-Wunused-value]
tetris.cpp:31:3: warning: statement is a reference, not call, to function 'get_rotation' [-Waddress]
   31 |   get_rotation;
      |   ^~~~~~~~~~~~
tetris.cpp:31:3: warning: statement has no effect [-Wunused-value]
# Verdict Execution time Memory Grader output
1 Correct 0 ms 348 KB Win!
2 Correct 0 ms 348 KB Win!
3 Correct 1 ms 348 KB Win!
4 Correct 0 ms 348 KB Win!
5 Correct 1 ms 348 KB Win!
6 Correct 1 ms 348 KB Win!
7 Correct 1 ms 348 KB Win!
8 Correct 2 ms 348 KB Win!
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 348 KB Game over! After 5 turns.
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Correct 0 ms 348 KB Win!
2 Correct 0 ms 348 KB Win!
3 Correct 1 ms 348 KB Win!
4 Correct 0 ms 348 KB Win!
5 Correct 1 ms 348 KB Win!
6 Correct 1 ms 348 KB Win!
7 Correct 1 ms 348 KB Win!
8 Correct 2 ms 348 KB Win!
9 Incorrect 1 ms 348 KB Game over! After 5 turns.
10 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 348 KB Game over! After 3 turns.
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Correct 0 ms 348 KB Win!
2 Correct 0 ms 348 KB Win!
3 Correct 1 ms 348 KB Win!
4 Correct 0 ms 348 KB Win!
5 Correct 1 ms 348 KB Win!
6 Correct 1 ms 348 KB Win!
7 Correct 1 ms 348 KB Win!
8 Correct 2 ms 348 KB Win!
9 Incorrect 1 ms 348 KB Game over! After 5 turns.
10 Halted 0 ms 0 KB -