메뉴 건너뛰기

결과 (전체)

00b03 요셉문제 (원형큐 사용하기) / sky2008!!

시간메모리제출올바른 답비율
1초64MB904379
41.9%
이번 횟수이번 판정시도한 사람성공한 사람비율
5 컴파일 오류 268238
88.8%
컴파일 결과
In function 'int main()':
15:16: error: no matching function for call to 'std::queue<int>::pop(int&)'
64:0,
85,
1:
241:7: note: candidate: void std::queue<_Tp, _Sequence>::pop() [with _Tp = int; _Sequence = std::deque<int, std::allocator<int> >]
241:7: note: candidate expects 0 arguments, 1 provided
29:26: error: invalid use of member function (did you forget the '()' ?)
7:31: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
이상 없음
위로