Submission #1011293

#TimeUsernameProblemLanguageResultExecution timeMemory
1011293sadeepHorses (IOI15_horses)C++17
0 / 100
18 ms8276 KiB
#include "horses.h" int init(int N, int X[], int Y[]) { return 0; } int updateX(int pos, int val) { return 0; } int updateY(int pos, int val) { return 0; }

Compilation message (stderr)

horses.cpp: In function 'int init(int, int*, int*)':
horses.cpp:3:14: warning: unused parameter 'N' [-Wunused-parameter]
    3 | int init(int N, int X[], int Y[]) {
      |          ~~~~^
horses.cpp:3:21: warning: unused parameter 'X' [-Wunused-parameter]
    3 | int init(int N, int X[], int Y[]) {
      |                 ~~~~^~~
horses.cpp:3:30: warning: unused parameter 'Y' [-Wunused-parameter]
    3 | int init(int N, int X[], int Y[]) {
      |                          ~~~~^~~
horses.cpp: In function 'int updateX(int, int)':
horses.cpp:7:17: warning: unused parameter 'pos' [-Wunused-parameter]
    7 | int updateX(int pos, int val) {
      |             ~~~~^~~
horses.cpp:7:26: warning: unused parameter 'val' [-Wunused-parameter]
    7 | int updateX(int pos, int val) {
      |                      ~~~~^~~
horses.cpp: In function 'int updateY(int, int)':
horses.cpp:11:17: warning: unused parameter 'pos' [-Wunused-parameter]
   11 | int updateY(int pos, int val) {
      |             ~~~~^~~
horses.cpp:11:26: warning: unused parameter 'val' [-Wunused-parameter]
   11 | int updateY(int pos, int val) {
      |                      ~~~~^~~
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...