#include <iostream> using namespace std; int main() { int a; while(cin>>a) { printf("%d ",a); } } // 64 位输出请用 printf("%lld")