记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:10:3: error: expected ';' before 'printf'
   printf("%.3f",y);
   ^~~~~~
/in/foo.c:13:3: error: expected ';' before 'printf'
   printf("%.3f",y);
   ^~~~~~
/in/foo.c:16:3: error: expected ';' before 'printf'
   printf("%.3f",y);
   ^~~~~~
/in/foo.c:19:3: error: expected ';' before 'printf'
   printf("%.3f",y);
   ^~~~~~
/in/foo.c:6:14: warning: variable 'y' set but not used [-Wunused-but-set-variable]
     double x,y;
              ^

信息

递交者
类型
自测
语言
C
递交时间
2024-10-29 16:59:06
评测时间
2024-10-29 16:59:06
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes