Run ID:95266
提交时间:2024-10-27 10:37:31
#include <iostream> using namespace std; int main() { int n; while (cin >> n) { //解题代码 } return 0; }