Lib.nbdp.net
首页
试卷列表
OJ题库
搜索
登录
主页
题库
详解
不是VIP会员,不能显示答案
题目解答
题目:
program test1;
Var
a,b,c,tot:integer;
begin
tot:=0;
C:=213-2l*10;
b:=21-2*10;
a:=2;
tot:=tot+a+b+c;
writeln(tot);
end.
输出:
6
考点:
分析:
解答:
评论:
老师: