admin管理员组文章数量:1130349
CoolShell
第10题地址:.html
通关了?
随便填了点信息,提交。
理论上完结了,不过全选页面之后,图片下有一段白色字体出现了:Did you even think vi a image file?。
意思是shutdown.png这张图不是图片文件?
上维基百科,看看PNG的格式是怎么定义的。
IEND表示PNG文件结束,查看shutdown.png图片的16进制表示,搜索IEND。
下面还有一堆内容呢,看头部是个Rar?
将文件后缀名改一改,用压缩软件打开,压缩包里有个helloworld.txt文件,内容如下。
-----------------------------------------While small test programs existed since the development of programmable computers, the tradition of using the phrase "Hello, world!" as a test message was influenced by an example program in the seminal book The C Programming Language. The example program from that book prints "hello, world" (without capital letters or exclamation mark), and was inherited from a 1974 Bell Laboratories internal memorandum by Brian Kernighan, Programming in C: A Tutorial, which contains the first known version:main(){printf("hello world");}(book)
--------------------------------------------------------------The C Programming Language (sometimes referred to as K&R, after its authors' initials) is a well-known computer programming book written by Brian Kernighan and Dennis Ritchie. The first edition of the book, published in 1978, was the first widely available book on the C programming language.The version of C described in this book is sometimes referred to as K&R C (after the book's authors), often to distinguish this early version from the later version of C standardized as ANSI C.In 1988, the second edition of the book was published, updated to cover the changes to the C programming language resulting from the new ANSI C standard, particularly with the inclusion of reference material on standard libraries. The second edition (and as of 2014, the most recent edition) of the book has since been translated into over 20 languages.
-----------------------------------ANSI C, also known as C89 and C90 depending on the year of ratification, refers to the family of successive standards published by the American National Standards Institute (ANSI) for the C programming language. Software developers writing in C are encouraged to conform to the standards, as doing so aids portability between compilers.(programming_language)
----------------------------------------------------C has directly or indirectly influenced many later languages such as C#, D, Go, Java, JavaScript, Limbo, LPC, Perl, PHP, Python, and Unix's C Shell. The most pervasive influence has been syntactical: all of the languages mentioned combine the statement and (more or less recognizably) expression syntax of C with type systems, data models and/or large-scale program structures that differ from those of C, sometimes radically.Several C or near-C interpreters exist, including Ch and CINT, which can also be used for scripting.When object-oriented languages became popular, C++ and Objective-C were two different extensions of C that provided object-oriented capabilities. Both languages were originally implemented as source-to-source compilers; source code was translated into C, and then compiled with a C compiler./**** ██████╗-███████╗███╗---██╗███╗---██╗██╗███████╗----██████╗-██╗████████╗-██████╗██╗--██╗██╗███████╗* ██╔══██╗██╔════╝████╗--██║████╗--██║██║██╔════╝----██╔══██╗██║╚══██╔══╝██╔════╝██║--██║██║██╔════╝* ██║--██║█████╗--██╔██╗-██║██╔██╗-██║██║███████╗----██████╔╝██║---██║---██║-----███████║██║█████╗--* ██║--██║██╔══╝--██║╚██╗██║██║╚██╗██║██║╚════██║----██╔══██╗██║---██║---██║-----██╔══██║██║██╔══╝--* ██████╔╝███████╗██║-╚████║██║-╚████║██║███████║----██║--██║██║---██║---╚██████╗██║--██║██║███████╗* ╚═════╝-╚══════╝╚═╝--╚═══╝╚═╝--╚═══╝╚═╝╚══════╝----╚═╝--╚═╝╚═╝---╚═╝----╚═════╝╚═╝--╚═╝╚═╝╚══════╝* --------------------------------------------------------------------------------------------------*/next level: DennisRitchie.html
得到第11关地址:.html
真,大结局了!
收获:C语言确实伟大,影响深远。
CoolShell
第10题地址:.html
通关了?
随便填了点信息,提交。
理论上完结了,不过全选页面之后,图片下有一段白色字体出现了:Did you even think vi a image file?。
意思是shutdown.png这张图不是图片文件?
上维基百科,看看PNG的格式是怎么定义的。
IEND表示PNG文件结束,查看shutdown.png图片的16进制表示,搜索IEND。
下面还有一堆内容呢,看头部是个Rar?
将文件后缀名改一改,用压缩软件打开,压缩包里有个helloworld.txt文件,内容如下。
-----------------------------------------While small test programs existed since the development of programmable computers, the tradition of using the phrase "Hello, world!" as a test message was influenced by an example program in the seminal book The C Programming Language. The example program from that book prints "hello, world" (without capital letters or exclamation mark), and was inherited from a 1974 Bell Laboratories internal memorandum by Brian Kernighan, Programming in C: A Tutorial, which contains the first known version:main(){printf("hello world");}(book)
--------------------------------------------------------------The C Programming Language (sometimes referred to as K&R, after its authors' initials) is a well-known computer programming book written by Brian Kernighan and Dennis Ritchie. The first edition of the book, published in 1978, was the first widely available book on the C programming language.The version of C described in this book is sometimes referred to as K&R C (after the book's authors), often to distinguish this early version from the later version of C standardized as ANSI C.In 1988, the second edition of the book was published, updated to cover the changes to the C programming language resulting from the new ANSI C standard, particularly with the inclusion of reference material on standard libraries. The second edition (and as of 2014, the most recent edition) of the book has since been translated into over 20 languages.
-----------------------------------ANSI C, also known as C89 and C90 depending on the year of ratification, refers to the family of successive standards published by the American National Standards Institute (ANSI) for the C programming language. Software developers writing in C are encouraged to conform to the standards, as doing so aids portability between compilers.(programming_language)
----------------------------------------------------C has directly or indirectly influenced many later languages such as C#, D, Go, Java, JavaScript, Limbo, LPC, Perl, PHP, Python, and Unix's C Shell. The most pervasive influence has been syntactical: all of the languages mentioned combine the statement and (more or less recognizably) expression syntax of C with type systems, data models and/or large-scale program structures that differ from those of C, sometimes radically.Several C or near-C interpreters exist, including Ch and CINT, which can also be used for scripting.When object-oriented languages became popular, C++ and Objective-C were two different extensions of C that provided object-oriented capabilities. Both languages were originally implemented as source-to-source compilers; source code was translated into C, and then compiled with a C compiler./**** ██████╗-███████╗███╗---██╗███╗---██╗██╗███████╗----██████╗-██╗████████╗-██████╗██╗--██╗██╗███████╗* ██╔══██╗██╔════╝████╗--██║████╗--██║██║██╔════╝----██╔══██╗██║╚══██╔══╝██╔════╝██║--██║██║██╔════╝* ██║--██║█████╗--██╔██╗-██║██╔██╗-██║██║███████╗----██████╔╝██║---██║---██║-----███████║██║█████╗--* ██║--██║██╔══╝--██║╚██╗██║██║╚██╗██║██║╚════██║----██╔══██╗██║---██║---██║-----██╔══██║██║██╔══╝--* ██████╔╝███████╗██║-╚████║██║-╚████║██║███████║----██║--██║██║---██║---╚██████╗██║--██║██║███████╗* ╚═════╝-╚══════╝╚═╝--╚═══╝╚═╝--╚═══╝╚═╝╚══════╝----╚═╝--╚═╝╚═╝---╚═╝----╚═════╝╚═╝--╚═╝╚═╝╚══════╝* --------------------------------------------------------------------------------------------------*/next level: DennisRitchie.html
得到第11关地址:.html
真,大结局了!
收获:C语言确实伟大,影响深远。
本文标签: CoolShell
版权声明:本文标题:CoolShell 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/IT/1693499526a225675.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论