我想问有没有phi或者暗区同好 最好是南梁
#include<bits/stdc++.h> using namespace std; int main(){ while(true){ int n; cin >> n; cout << n; } return 0; }