제출 #1174200

#제출 시각아이디문제언어결과실행 시간메모리
1174200ElayV13Easter Eggs (info1cup17_eastereggs)C++20
0 / 100
0 ms420 KiB
#include <bits/stdc++.h> #include "grader.h" using namespace std; int findEgg(int N, vector < pair < int, int > > bridges) { }

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

eastereggs.cpp: In function 'int findEgg(int, std::vector<std::pair<int, int> >)':
eastereggs.cpp:9:1: warning: no return statement in function returning non-void [-Wreturn-type]
    9 | }
      | ^
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...