fork download
  1.  
  2. #include<stdio.h>
  3. main()
  4. {
  5. printf("今日は%d円のノートを二冊買った。消費税は10%なので%5.1f円だった。",120,120.0*1.1);
  6. }
Success #stdin #stdout 0.01s 5292KB
stdin
Standard input is empty
stdout
今日は120円のノートを二冊買った。消費税は10%なので132.0円だった。