Submission #494503

#TimeUsernameProblemLanguageResultExecution timeMemory
494503gesix56151Floppy (RMI20_floppy)C++14
Compilation error
0 ms0 KiB
asd

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