Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
Python。 基本
(Python) 算术表达式
Module:
(Python) 算术表达式
Problem
5
/6
变量交换
Problem
给定两个从键盘输入的变量。需要交换这些变量的值:变量
a
必须包含之前存储在
b
中的内容,而变量
b
>
记录了之前存储在
a
中的内容。然后输出这些变量,首先是变量
a
,然后是
b
。
填写程序中缺失的行。
Запрещенные операторы: a, b = b, a;a,b = b,a;a,b = b,a;a, b = b,a;a,b = b, a
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary