제출 #1175645

#제출 시각아이디문제언어결과실행 시간메모리
1175645naphonjangjitGap (APIO16_gap)C++20
0 / 100
2096 ms4236 KiB
#include <iostream> using namespace std; int findGap(int a, int b){ cout << "Hello, World!" << endl; }

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

gap.cpp: In function 'int findGap(int, int)':
gap.cpp:8:1: warning: no return statement in function returning non-void [-Wreturn-type]
    8 | }
      | ^
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...