#45663: 其實這樣就好了


1121226@stu.wghs.tp.edu.tw (Arthur✨EC)


#include<bits/stdc++.h>
using namespace std;
int main(){
    int n;
     while(cin>>n){
          cout<<"\'C\' can use printf(\"%d\",n); to show integer like "<<n<<endl;
     }
     return 0;
}