Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
帕斯卡。 基本
算术表达式
Module:
算术表达式
Problem
6
/7
变量交换
Problem
给定两个变量从键盘输入。需要交换这些变量的值:变量
a
必须包含之前存储在
b
中的内容,而变量
b
> 记录了之前存储在
a
中的内容。然后输出这些变量,首先是
a
变量,然后是
b
。
使用必要的运算符(而不是 * 号)完成程序。
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary