编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#2956 | #1003. 凸多边形 | Compile Error | 0 | 0 ms | 0 K | C / 996 B | s230026068 | 2023-11-22 20:06:51 |
typedef struct Point;
// 计算两个向量的叉积
float
// 判断四边形是否是凸多边形
int
编译信息
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/10/../../../../libx32/crt1.o: in function `_start':
(.text+0x25): undefined reference to `main'
clang: error: linker command failed with exit code 1 (use -v to see invocation)