Cod sursa(job #791302)
| Utilizator | Data | 23 septembrie 2012 19:14:56 | |
|---|---|---|---|
| Problema | Cifra | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | asem-info | Marime | 0.42 kb |
//
// main.cpp
// a1
//
// Created by abc on 9/20/12.
// Copyright (c) 2012 abc. All rights reserved.
//
# include <iostream>
# include <cstdio>
# include <cstdlib>
# include <iomanip>
# include <cmath>
# include <map>
using namespace std;
typedef long double LONG;
int main(int argc, const char * argv[])
{
LONG T; cin >> T;
for(int i=0; i<T; ++i)
cout << 42 << (i+1 == T ? "":"\n");
return 0;
}
