/ Vijos /

记录详情

Compile Error

foo.c:1:1: error: expected identifier or '(' before '<' token
    1 | <span style="font-size:18px;">#include<stdio.h>
      | ^
foo.c:1:31: error: stray '#' in program
    1 | <span style="font-size:18px;">#include<stdio.h>
      |                               ^
foo.c: In function 'main':
foo.c:22:2: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
   22 |  printf("a");
      |  ^~~~~~
foo.c:22:2: warning: incompatible implicit declaration of built-in function 'printf'
foo.c:1:1: note: include '<stdio.h>' or provide a declaration of 'printf'
  +++ |+#include <stdio.h>
    1 | <span style="font-size:18px;">#include<stdio.h>
foo.c:23:2: warning: implicit declaration of function 'panduan' [-Wimplicit-function-declaration]
   23 |  panduan(a,sizeof(a)/sizeof(a[0]));
      |  ^~~~~~~
foo.c: At top level:
foo.c:27:2: error: expected identifier or '(' before '<' token
   27 | }</span>
      |  ^
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1014 旅行商简化版
语言
C
递交时间
2022-07-04 21:20:56
评测时间
2022-07-04 21:20:56
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes