Run ID:995
提交时间:2023-06-17 14:30:27
#include <iostream> using namespace std; int main() { int n; while (cin >> n) { //解题代码 } return 0; }