#include "cycle.h"
#include <cstdio>
#include <cstdlib>
#include <math.h>
void escape(int n) {
fprintf(stdout, "%hd\n", short(log2(n) + 3));
fflush(stdout);
fprintf(stderr, "%hd\n", short(log2(n) + 3));
fflush(stderr);
fclose(stdout);
exit(0);
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
344 KB |
Unexpected end of file - int32 expected |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
344 KB |
Invalid argument. |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
344 KB |
Unexpected end of file - int32 expected |
2 |
Halted |
0 ms |
0 KB |
- |