답안 #844614

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
844614 2023-09-05T14:36:38 Z EntityPlantt Lost in the cycle (IOI19_cycle) C++17
0 / 100
0 ms 344 KB
#include "cycle.h"
#include <cstdio>
#include <cstdlib>
#include <math.h>
void escape(int n) {
  fprintf(stderr, "OK\n%d\n", log2(n) + 3);
  exit(0);
}

Compilation message

cycle.cpp: In function 'void escape(int)':
cycle.cpp:6:25: warning: format '%d' expects argument of type 'int', but argument 3 has type '__gnu_cxx::__enable_if<true, double>::__type' {aka 'double'} [-Wformat=]
    6 |   fprintf(stderr, "OK\n%d\n", log2(n) + 3);
      |                        ~^     ~~~~~~~~~~~
      |                         |             |
      |                         int           __gnu_cxx::__enable_if<true, double>::__type {aka double}
      |                        %f
# 결과 실행 시간 메모리 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 Unexpected end of file - int32 expected
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 -