Run ID:99644

提交时间:2024-11-30 12:20:05

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