回 帖 发 新 帖 刷新版面

主题:help!

Error 26:type mismatch 是什么意思?

回复列表 (共2个回复)

沙发

类型不匹配

板凳

var
  x:integer;
begin
  readln(x);
  writeln(x);
end.

当你输入:abcd
然后就会出现 Error 26:type mismatch 错误

我来回复

您尚未登录,请登录后再回复。点此登录或注册