记录详情

Compile Error

foo.c: In function 'Output':
foo.c:4:9: warning: implicit declaration of function 'fot' [-Wimplicit-function-declaration]
    4 |         fot(int i=0;i<n;i++)
      |         ^~~
foo.c:4:13: error: expected expression before 'int'
    4 |         fot(int i=0;i<n;i++)
      |             ^~~
foo.c:4:29: error: expected ';' before '{' token
    4 |         fot(int i=0;i<n;i++)
      |                             ^
      |                             ;
    5 |         {
      |         ~                    
foo.c: In function 'main':
foo.c:15:13: error: expected expression before 'int'
   15 |         fot(int i=0;i<n;i++)
      |             ^~~
foo.c:15:29: error: expected ';' before '{' token
   15 |         fot(int i=0;i<n;i++)
      |                             ^
      |                             ;
   16 |         {
      |         ~                    
foo.c:13:13: warning: unused variable 'a' [-Wunused-variable]
   13 |         int a[10000];
      |             ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
A7-1 数组的输出函数
比赛
2023 程序设计与基础(单个的数组)
语言
C
递交时间
2023-11-21 15:00:43
评测时间
2023-11-21 15:00:43
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes