Compile Error

/in/foo.cc:13:12: warning: missing terminating " character
     printf("%.2f,money);
            ^
/in/foo.cc:13:12: error: missing terminating " character
     printf("%.2f,money);
            ^~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:15:5: error: expected primary-expression before 'return'
     return 0;
     ^~~~~~

信息

递交者
类型
递交
题目
P1027 出租车计价
语言
C++
递交时间
2024-02-12 11:25:24
评测时间
2024-02-12 11:25:24
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes