记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:6:11: warning: missing terminating " character
     scanf("%d%d, &xmin,&xmax);
           ^
/in/foo.c:6:11: error: missing terminating " character
     scanf("%d%d, &xmin,&xmax);
           ^~~~~~~~~~~~~~~~~~~~
/in/foo.c:7:5: error: expected expression before 'int'
     int sum=0;
     ^~~
/in/foo.c:17:1: error: expected ';' before '}' token
 }
 ^
/in/foo.c:5:14: warning: unused variable 'xmax' [-Wunused-variable]
     int xmin,xmax;
              ^~~~
/in/foo.c:5:9: warning: unused variable 'xmin' [-Wunused-variable]
     int xmin,xmax;
         ^~~~

信息

递交者
类型
递交
比赛
泰院2401程序设计基础作业赛第一场(牛刀小试)
语言
C
递交时间
2024-10-21 16:47:03
评测时间
2024-10-21 16:47:03
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes