제출 #41067

#제출 시각아이디문제언어결과실행 시간메모리
41067hsb154비교 (balkan11_cmp)C++14
컴파일 에러
0 ms0 KiB
#include "cmp.h" void remember(int n) { } int compare(int b) { if (boi_guessval < b) return 1; if (boi_guessval > b) return -1; if (boi_guessval == b) return 0; }

컴파일 시 표준 에러 (stderr) 메시지

cmp.cpp: In function 'int compare(int)':
cmp.cpp:7:6: error: 'boi_guessval' was not declared in this scope
  if (boi_guessval < b)
      ^~~~~~~~~~~~
cmp.cpp:9:6: error: 'boi_guessval' was not declared in this scope
  if (boi_guessval > b)
      ^~~~~~~~~~~~
cmp.cpp:11:6: error: 'boi_guessval' was not declared in this scope
  if (boi_guessval == b)
      ^~~~~~~~~~~~
cmp.cpp:13:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^