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