제출 #494503

#제출 시각아이디문제언어결과실행 시간메모리
494503gesix56151Floppy (RMI20_floppy)C++14
컴파일 에러
0 ms0 KiB
asd

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

floppy.cpp:1:1: error: 'asd' does not name a type
    1 | asd
      | ^~~
stub.cpp: In function 'void run2()':
stub.cpp:101:30: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
  101 |     if (query_answers.size() != M) {
      |         ~~~~~~~~~~~~~~~~~~~~~^~~~