Submission #494503

# Submission time Handle Problem Language Result Execution time Memory
494503 2021-12-15T15:25:41 Z gesix56151 Floppy (RMI20_floppy) C++14
Compilation error
0 ms 0 KB
asd

Compilation message

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) {
      |         ~~~~~~~~~~~~~~~~~~~~~^~~~