# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
725060 | rembocoder | Aliens (IOI16_aliens) | C++17 | 0 ms | 0 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include "aliens.h"
using namespace std;
#define int long long
int take_photos(long n, long m, long k, vector<long> r, vector<long> c) {
return 0;
}
#undef int