What can i say? 求大佬捞
#include <bits/stdc++.h> using namespace std; int a,b,c; int main() { cin>>a>>b>>c; printf("%d %d %d",a,b,c); return 0; }