我的學習紀錄。
#include <iostream> using namespace std; int main() { int n; while(cin>>n) { cout<<(int)(n*1.5)<<endl; } return 0; }
沒有留言:
張貼留言