#14302: C++ AC


elvisliu (方塊)

學校 : 臺北市私立延平高級中學
編號 : 69054
來源 : [203.72.178.252]
最後登入時間 :
2018-12-19 17:05:19

#include <iostream>
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;
}