#include <iostream> using namespace std; int main() { int i = 0; while (std::cin >> i) { std::cout << "It's ok\n"; } }
double cause the program to exit despite executing the program
Aucun commentaire:
Enregistrer un commentaire