Run ID:5441
提交时间:2024-11-16 10:40:33
#include <iostream> using namespace std; int main() { int n; while (cin >> n) { } return 0; }