Run ID:3351

提交时间:2024-06-01 17:42:03

#include <iostream> using namespace std; int main() { int n; while (cin >> n) { //解题代码 } return 0; }