/ Vijos /

记录详情

Compile Error

foo.c: In function 'main':
foo.c:19:1: error: stray '\241' in program
    if (b[j]<b[h]) { p=b[j]; b[j]=b[h]; b[h]=p; } 
 ^
foo.c:19:1: error: stray '\241' in program
foo.c:19:1: error: stray '\241' in program
foo.c:19:1: error: stray '\241' in program
foo.c:20:1: error: stray '\241' in program
    } 
 ^
foo.c:20:1: error: stray '\241' in program
foo.c:20:1: error: stray '\241' in program
foo.c:20:1: error: stray '\241' in program
foo.c:30:1: error: stray '\241' in program
   k=b[h+1]-b[h]-90; 
 ^
foo.c:30:1: error: stray '\241' in program
foo.c:30:1: error: stray '\241' in program
foo.c:30:1: error: stray '\241' in program
foo.c:31:1: error: stray '\241' in program
   for (j=h+1;j<=m+1;j++) b[j]=b[j]-k; 
 ^
foo.c:31:1: error: stray '\241' in program
foo.c:31:1: error: stray '\241' in program
foo.c:31:1: error: stray '\241' in program
foo.c:32:1: error: stray '\241' in program
   } 
 ^
foo.c:32:1: error: stray '\241' in program
foo.c:32:1: error: stray '\241' in program
foo.c:32:1: error: stray '\241' in program

信息

递交者
类型
递交
题目
P1002 过河
语言
C
递交时间
2014-11-03 13:17:02
评测时间
2014-11-03 13:17:03
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes