#include <iostream> int main() { while (1) { using namespace std; cout << "helloword"; cout << endl; } return 0; }
时间: 2024-08-11 07:34:31
#include <iostream> int main() { while (1) { using namespace std; cout << "helloword"; cout << endl; } return 0; }