/ Vijos /

记录详情

Compile Error

foo.c: In function 'main':
foo.c:26:27: error: 'fout' undeclared (first use in this function)
    if(road[x][y]) fprintf(fout,"%d\n",road[x][y]);
                           ^
foo.c:26:27: note: each undeclared identifier is reported only once for each function it appears in

信息

递交者
类型
递交
题目
P1843 货车运输
语言
C
递交时间
2014-11-06 20:13:09
评测时间
2014-11-06 20:13:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes