运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
163916 | 3班李胤烨 | 1553 - 超椭圆 | 编译错误 | 0 | 0 MS | 0 KB | C | 138 | 3年前 |
Main.c:1:19: warning: extra tokens at end of #include directive
1 | #include<stdio.h> #include<math.h> main() { float a,b; scanf("%f %f",&a,&b); printf("%lf
",0.925970*0.925970*4*a*b/0.891690); return 0; }
| ^
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crt1.o: in function `_start':
(.text+0x24): undefined reference to `main'
collect2: error: ld returned 1 exit status