/ Vijos /

记录详情

Compile Error

foo.c: In function 'main':
foo.c:11:13: error: expected identifier or '(' before ',' token
     int a,b,,dc;
             ^
foo.c:14:17: error: 'd' undeclared (first use in this function)
     scanf("%d",&d);
                 ^
foo.c:14:17: note: each undeclared identifier is reported only once for each function it appears in
foo.c:15:5: error: 'c' undeclared (first use in this function)
     c=gcd(a,b); 
     ^

信息

递交者
类型
递交
题目
P1912 比例简化
语言
C
递交时间
2014-11-21 21:17:32
评测时间
2014-11-21 21:17:33
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes