- A+B Problem
- 2010-07-05 15:09:12 @
编译失败...|错误号:1
Prog47829.pas(1,4) Fatal: Syntax error, "identifier" expected but "ordinal const" found Prog47829.pas(1,4) Fatal: Compilation aborted
---|---|---|---|---|---|---|---|- Unaccepted 有效得分:0 有效耗时:0ms
2 条评论
-
方晨羽 LV 9 @ 2016-08-13 14:16:46
var a,b:longint;
begin
readln(a,b);
writeln(a+b);
end. -
2016-07-18 11:02:57@
发程序看看
- 1
信息
- ID
- 1000
- 难度
- 9
- 分类
- (无)
- 标签
- (无)
- 递交数
- 74382
- 已通过
- 28459
- 通过率
- 38%
- 被复制
- 220