Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
帕斯卡。 基本
在屏幕上显示文本
Module:
在屏幕上显示文本
Problem
3
/5
(Pascal) 特殊字符
Theory
Click to read/hide
特殊字符
许多编程语言都有特殊字符,你不能随便输出。
在 Pascal 编程语言中,特殊字符是撇号 (
'
)。
要在屏幕上显示一个撇号,您需要在输出行中写两次。
例子
<前> 开始 写(''字符串') //'字符串' 结尾。
你要记住!
要输出一个撇号(symbol
'
) 你需要写两次。
Problem
编写一个程序,在屏幕上显示以下行(该行必须以撇号显示): <前>
'%\'||'/%'
1000
ms
32 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary