il template dice:
// uncomment the two following lines if you want to read/write from files
//ifstream cin(“input.txt”);
//ofstream cout(“output.txt”);
e fin qui niente di nuovo; però non dice che se lo fate ed id inviate così:
// uncomment the two following lines if you want to read/write from files
ifstream cin(“input.txt”);
ofstream cout(“output.txt”);
Fate 0 punti con notifica di questo tipo
Testcase Risultato Dettagli Tempo Memoria
000 Errato Missing winner 0.003 sec 0 MB
001 Errato Missing winner 0.001 sec 0 MB
Almeno questo succede a me.
Se non ricordo male facevo 0 punti anche negli altri problemi interattivi che mi sono capitati fino a che non ho rimesso a commento quelle due righe.