诗人的奎因


13

阅读时,请从http://en.wikipedia.org/wiki/Rhyme_scheme编写一个带有1个或多个韵律方案的藜。大声说出以下字符:

  • 注释中没有的任何字母数字单词或字符;
  • 比较和算术字符(+加号;-减号; *倍数,/除以|或,||或,&和,&&和,!不,=等于,==等于,===等于)。

以下内容不予考虑(不大声说出):

  • 表示字符串文字(“')开头或结尾的任何字符;
  • 表示逻辑块开头或结尾的任何字符((){} []);
  • 表示描述变量,函数或代码行(。,;)的任何字符。
  • 评论中的任何字符;

“大声说出”规则始终适用。除Brainfuck,K,J,APL,Befunge和Sclipting外,“不大声说”规则适用于所有语言。对于APL,Brainfuck,Befunge,K和J,未在“大声说话的规则”中提及的任何字符均受上述“始终选择”规则的约束。滑行字符的发音就像是汉字一样,可以自由选择要使用的发音。

任何未明确允许或拒绝发音的字符都可以自由发音或保持沉默。但是,特定字符要么总是发音,要么总是保持沉默。您可能不会在一行中将#当作主题标签发音,而在下一行中保持#沉默。

单词可以用任何方言或语言发音,但是在同一节中必须保持一致(第一个单词不用苏格兰语发音,第二个单词用威尔士语发音)。

比赛类型是人气比赛。截止日期为4月23日,以纪念最著名的吟游诗人之一的威廉·莎士比亚(William Shakespeare),他据称当天出生并去世。获胜者是得票最多的人。

编辑:因为我认为不会再有其他参赛作品,所以我决定尽早结束比赛。我会暂时标记获胜者。


2
+1,精心制定。我喜欢您如何称呼Sclipting为特例。
卡亚2014年

Answers:


9

批次AABBA(五行民谣)

这是我的最佳尝试,但我从未擅长诗歌。

码:

@Echo off || cd \.
If "this"=="a largeish" pot
Type %0 || chef
Color 7f
Goto :eof || shallot

用英语:

回音,否则CD斜线点
如果这等于一个大锅,则
键入零,否则,厨师将
颜色7 f
转到EOF,否则将葱


1

Fortran 95(麦卡伦对联)

麦卡伦·t联:“ AABBABCCDDCDEEFFEF”,是由学者詹姆斯·麦卡伦(James McCarron)推出的经典押韵图案的当代作品。

我的代码(应另存为all.f95以便工作):

character (LEN=100) :: &
bend; logical :: wondered
inquire(file="superstar &
&car",exist=wondered,number=i_r)

open(unit=100, &
file="superstar car")
if (.NOT.(.NOT.(wondered))) then
i_sum = 1; read(100,*) n

i_sum = n + i_sum
rewind(100); else; i_sum = 1
endif; write(100,*) i_sum, 10
codingThis = fun

write(bend,"(I5)") n; call &
SYSTEM ("copy all.f95 all"//&
TRIM(TRIM(ADJUSTL(bend)))//&

".f95"); open(access="append", &
unit=10,file="waterfall")
write(10,*) "foo bar"; end

它将自身复制到编号文件中,从all0.f95,然后all1.f95,,all2.f95等等。

内容为:

character len equals hundred
bend logical wondered
inquire file superstar
car exist wondered, number equals IR

open unit equals hundred
file equals superstar car
if not not wondered then
I sum equals one, read hundred N

I sum equals N plus I sum
rewind hundred else I sum equals one
endif write hundred I sum ten
conding this equals fun

write bend I five N call
system copy all F point ninety five all
trim trim adjust L bend

point ninety five access append
open unit ten file waterfall
write ten foo bar end
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.