千里码第一题

操蛋的期末...心疼自己

注册了千里码玩.

第一题:

  • 第2333个能被2或者被3整除的正整数是…?请把答案填入答题框内…如果有问题请查看右侧的学习资料。 举例:(被2或者被3整除的正整数依次是:2,3,4,6,8,9,10,12,14,15,16,18…)

答案是3500

#include<stdio.h>
int main(){
	int i,count=1,mod1,mod2;
	
	for(i=0;i<2333; ){
		count++;
		mod1 = count%2;
		mod2 = count%3;
		
		if((mod1 == 0) || (mod2 == 0))
			i++;
	}
	printf("%d",count);
	return 0;
}

开始脑子抽的"=="只写了"="...


第二题脑洞太大....


  • 从学习的角度来说,翻墙主要是为了更方便地使用google,wiki,查阅那些最新的,还未被翻译成中文的技术文档。
  • 现在国内程序员遇到的编程问题,可能国内只有少数人遇到,因此很多的中文社区无法第一时间解答你的问题。在stackoverflow,github等社区往往能找到你需要的答案。因此我们是非常希望各位能有良好的英语阅读能力和翻墙能力,第一时间了解来自于全世界业界的动向。
  • 下面这个链接(需翻墙)
  • https://www.google.com.hk/?hl=en#safe=strict&hl=en&q=great+wall+of+china
  • 本题答案,就是该google结果页面中第一条搜索结果的链接
答案:https://en.wikipedia.org/wiki/Great_Wall_of_China
特么明明第一个链接是图片啊喂摔



第三题

Programming is a very hard work. It is particularly difficult to become a high-level programmer. This is because the computer software technology updates faster and faster,and most of these technologies are come from English speaking countries. It is often restricted by the language barrier when we introduce these technologies. This seriously influence the understanding of new technologies.First,programming itself is dependenting on English. Second,technical documents and data are mostly written by English in software development.Which is more important that waiting for the translation can seriously affect our time to master new technology.If you comprehend that, you will know the answer of this task is 

我的内心啊....答案是 "to learn more English"


  • get和post是html中最常用的两种方法,无论是网站注册,在知乎发表文章,在淘宝浏览购买商品,在千里码上看题答题…都离不开get和post.
  • 这题的答案是:restful,但是只接受post的请求的提交哦

答案是restful,用的是chrome,记得把提交的方式改成post(原本是get




荆轲刺秦王.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值