Run ID:93579
提交时间:2024-10-18 13:14:37
#include <iostream> using namespace std; int main() { int n; while (cin >> n) { } return 0; }