diff options
-rw-r--r-- | planet.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ int main() //cout << i << " " << giorno[i] << endl; } - cout << oraVuota << endl; + out << oraVuota << endl; in.close(); out.close(); |
index : algorithms-data-structures | ||
algorithms, data structures, OII it | dcariotti |
summaryrefslogtreecommitdiff |
-rw-r--r-- | planet.cc | 2 |
@@ -63,7 +63,7 @@ int main() //cout << i << " " << giorno[i] << endl; } - cout << oraVuota << endl; + out << oraVuota << endl; in.close(); out.close(); |