Submission #725058

#TimeUsernameProblemLanguageResultExecution timeMemory
725058rembocoderAliens (IOI16_aliens)C++17
Compilation error
0 ms0 KiB
#include "aliens.h" using namespace std; #define int int64_t int take_photos(int32_t n, int32_t m, int32_t k, vector<int32_t> r, vector<int32_t> c) { return 0; } #undef int

Compilation message (stderr)

aliens.cpp:5:13: error: 'int64_t' does not name a type
    5 | #define int int64_t
      |             ^~~~~~~
aliens.cpp:7:1: note: in expansion of macro 'int'
    7 | int take_photos(int32_t n, int32_t m, int32_t k, vector<int32_t> r, vector<int32_t> c) {
      | ^~~