제출 #197289

#제출 시각아이디문제언어결과실행 시간메모리
197289ZhmyhHidden Sequence (info1cup18_hidden)C++17
컴파일 에러
0 ms0 KiB

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

grader.cpp: In function 'int main()':
grader.cpp:28:43: warning: format '%d' expects argument of type 'int', but argument 3 has type 'std::vector<int>::size_type {aka long unsigned int}' [-Wformat=]
     fprintf (fifo_out, "%d\n", ans.size ());
                                ~~~~~~~~~~~^
grader.cpp:29:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i=0; i<ans.size () && i < N; i++)
                   ~^~~~~~~~~~~~
/tmp/ccvlj9c0.o: In function `main':
grader.cpp:(.text.startup+0x3e): undefined reference to `findSequence(int)'
collect2: error: ld returned 1 exit status