Cod sursa(job #942720)
| Utilizator | Data | 23 aprilie 2013 12:41:56 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.13 kb |
#include <fstream>
using namespace std;
int main(){
//ciclu infinit for the win !!!!!!!!!!!!!!!
while(1)
return 0;
}
