提交 d6bcfb04 编写于 作者: _WhiteFlames_'s avatar _WhiteFlames_

Add new file

上级
#include <stdio.h>
int main()
{
float n;
scanf("%f", &n);
printf("$%.2f", n * 1.05);
return 0;
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册