Cod sursa(job #1746367)
| Utilizator | Data | 23 august 2016 09:08:23 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.21 kb |
#include <fstream>
using namespace std;
int main() {
ifstream fin("adunare.in");
ofstream fout("adunare.out");
long long dim = 10000;
for (int i = 1; i < dim; ++i);
printf("Task completed\n");
sleep(3);
}