/ Vijos /

记录详情

Compile Error

/in/foo.c: In function 'next':
/in/foo.c:424:5: warning: 'main' is normally a non-static function [-Wmain]
  424 | int main() {
      |     ^~~~
/in/foo.c:427:1: error: expected declaration or statement at end of input
  427 | }
      | ^
/in/foo.c: At top level:
/in/foo.c:424:5: warning: 'main' defined but not used [-Wunused-function]
  424 | int main() {
      |     ^~~~
/in/foo.c:297:6: warning: 'next_op' defined but not used [-Wunused-function]
  297 | void next_op() {
      |      ^~~~~~~

信息

递交者
类型
递交
题目
P1856 文本编辑器
语言
C
递交时间
2026-02-15 15:32:28
评测时间
2026-02-15 15:32:28
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes