Submission #1011726

# Submission time Handle Problem Language Result Execution time Memory
1011726 2024-07-01T07:38:03 Z uranhishig Hotter Colder (IOI10_hottercolder) C++14
0 / 100
168 ms 32592 KB
#include <bits/stdc++.h>
#include "grader.h"
using namespace std;

int Guess(int G);
 
//int run(int L, int R) {
//    if(L == R){
//    	return 1;
//	}
//}

int HC(int N){
   Guess(N);
}

Compilation message

hottercolder.cpp: In function 'int HC(int)':
hottercolder.cpp:15:1: warning: no return statement in function returning non-void [-Wreturn-type]
   15 | }
      | ^
# Verdict Execution time Memory Grader output
1 Runtime error 7 ms 2396 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 8 ms 2392 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 7 ms 2392 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 168 ms 32592 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -