[C]38th ITSA Problem 1

這題是基本題   注意輸出到小數點下第一位

#include <stdio.h>


int main() {
 int input;
 while(scanf("%d",&input)==1){
  printf("%.1f\n",input * 1.6f);
 }
 return 0;
}
以上為個人淺解 還請各位大大多多指教

留言

這個網誌中的熱門文章

[android]QR code掃描