Cod sursa(job #2563960)
Utilizator | Data | 1 martie 2020 16:32:51 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.21 kb |
#include <bits/stdc++.h>
using namespace std;
#ifndef offline
ifstream f("showroom.in");
ofstream g("showroom.out");
#define cin f
#define cout g
#endif
int main()
{
while(1)
{
}
return 0;
}