Run ID:95631
提交时间:2024-11-01 13:48:31
#include <iostream> using namespace std; int main() { int n; while (cin >> n) { //解题代码 } return 0; }