⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 t19.p

📁 早期freebsd实现
💻 P
字号:
program main(input,output);var	o, z: set of 1..15;begin	o := [1];	z := [];	if o < z then		writeln('o < z');	if o <= z then		writeln('o <= z');	if o = z then		writeln('o = z');	if o <> z then		writeln('o <> z');	if o >= z then		writeln('o >= z');	if o > z then		writeln('o > z');	if z < o then		writeln('z < o');	if z <= o then		writeln('z <= o');	if z = o then		writeln('z = o');	if z <> o then		writeln('z <> o');	if z >= o then		writeln('z >= o');	if z > o then		writeln('z > o');	if o < o then		writeln('o < o');	if o <= o then		writeln('o <= o');	if o = o then		writeln('o = o');	if o <> o then		writeln('o <> o');	if o >= o then		writeln('o >= o');	if o > o then		writeln('o > o');	if z < z then		writeln('z < z');	if z <= z then		writeln('z <= z');	if z = z then		writeln('z = z');	if z <> z then		writeln('z <> z');	if z >= z then		writeln('z >= z');	if z > z then		writeln('z > z');end.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -