/ 晓编程 /

记录详情

Compile Error

foo.c:1:3: warning: missing terminating " character
 """
   ^
foo.c:1:1: error: expected identifier or '(' before string constant
 """
 ^~
foo.c:1:3: error: missing terminating " character
 """
   ^
foo.c:2:1: error: stray '\346' in program
 温度转化
 ^
foo.c:2:2: error: stray '\270' in program
 温度转化
  ^
foo.c:2:3: error: stray '\251' in program
 温度转化
   ^
foo.c:2:4: error: stray '\345' in program
 温度转化
    ^
foo.c:2:5: error: stray '\272' in program
 温度转化
     ^
foo.c:2:6: error: stray '\246' in program
 温度转化
      ^
foo.c:2:7: error: stray '\350' in program
 温度转化
       ^
foo.c:2:8: error: stray '\275' in program
 温度转化
        ^
foo.c:2:9: error: stray '\254' in program
 温度转化
         ^
foo.c:2:10: error: stray '\345' in program
 温度转化
          ^
foo.c:2:11: error: stray '\214' in program
 温度转化
           ^
foo.c:2:12: error: stray '\226' in program
 温度转化
            ^
foo.c:3:3: warning: missing terminating " character
 """
   ^
foo.c:3:3: error: missing terminating " character
foo.c:6:2: error: invalid preprocessing directive #print
 #print('%.2f'%c)
  ^~~~~
foo.c:8:6: error: "26.67" is not a valid filename
 # 80 26.67 26.67
      ^~~~~
foo.c:9:5: error: "30.00" is not a valid filename
 #86 30.00 30.0
     ^~~~~
foo.c:10:2: error: "90.5" after # is not a positive integer
 #90.5 32.50 32.5
  ^~~~
正在同步测试数据,请稍后
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。

信息

递交者
类型
递交
题目
P1017 温度转换
语言
C
递交时间
2021-03-04 11:18:49
评测时间
2021-03-04 11:18:49
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes