Cod sursa(job #2872547)
Utilizator | Data | 17 martie 2022 13:06:17 | |
---|---|---|---|
Problema | Robotei | Scor | 0 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.28 kb |
#include <bits/stdc++.h>
using namespace std;
ifstream fin("copsamica.in");
ofstream fout("copsamica.out");
void testCase() {
}
int main() {
int tests = 1;
for (int tc = 0; tc < tests; ++tc) {
testCase();
}
fin.close();
fout.close();
return 0;
}