Submission #1011728

# Submission time Handle Problem Language Result Execution time Memory
1011728 2024-07-01T07:38:59 Z uranhishig Hotter Colder (IOI10_hottercolder) C++14
0 / 100
174 ms 16208 KB
#include <bits/stdc++.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:14:1: warning: no return statement in function returning non-void [-Wreturn-type]
   14 | }
      | ^
# 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 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 174 ms 16208 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -