foo.c: In function 'main':
foo.c:6:9: error: 'total' undeclared (first use in this function)
6 | total =0 # 总金额
| ^~~~~
foo.c:6:9: note: each undeclared identifier is reported only once for each function it appears in
foo.c:6:19: error: stray '#' in program
6 | total =0 # 总金额
| ^
foo.c:6:17: error: expected ';' before '\U0000603b\U000091d1\U0000989d'
6 | total =0 # 总金额
| ^ ~~~~~~
| ;
foo.c:7:3: error: invalid preprocessing directive #\U00005b9a\U00004e00\U00004e2a\U00008ba1\U00007b97\U000051fd\U00006570\U000067d0\U0000672c\U00004e66\U00007684\U00006570\U000091cf\U0000572810\U0000672c\U00004ee5\U00004e0b\U00004e0d\U00006253\U00006298\U0000ff0c10\U0000672c\U00004ee5\U00004e0a\U0000ff08\U00005305\U0000542b10\U0000ff09\U00006bcf\U0000672c\U000062539\U00006298
7 | # 定一个计算函数某本书的数量在10本以下不打折,10本以上(包含10)每本打9折。请编写一个程序,依次输入学校购买n种图书及其数量,输出
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.c:8:2: error: invalid preprocessing directive #\U00009700\U00008981\U0000652f\U00004ed8\U00007684\U0000603b\U00008d39\U00007528
8 | #需要支付的总费用。保留1位小数。
| ^~~~~~~~~~~~~~~~
foo.c:17:2: error: invalid preprocessing directive #\U00007b2c\U00004e00\U0000672c\U00004e66
17 | #第一本书 :请输入购买的第1种图书价格(元):18 ,请输入该书的数量:50
| ^~~~~~~~
foo.c:20:2: error: invalid preprocessing directive #\U00007b2c\U00004e8c\U0000672c\U00004e66
20 | #第二本书 :请输入购买的第2种图书价格(元):22,请输入该书的数量:8
| ^~~~~~~~
foo.c:23:2: error: invalid preprocessing directive #\U00007b2c\U00004e09\U0000672c\U00004e66
23 | #第三本书 :请输入购买的第3种图书价格(元):16,请输入该书的数量:55
| ^~~~~~~~
foo.c:25:2: error: invalid preprocessing directive #\U00008f93\U000051fa
25 | #输出 总金额
| ^~~~
[Hydro](https://hydro.ac)提供评测服务