level 12
知道学长为什么抢的到
前排
么?看学长骑的什么!
全球领先科技造就的猪!
学弟必须膜拜,学妹值得拥有!
2013年09月12日 08点09分
2
level 11
痛彻心扉
请认真地做完以下步骤:
①盯着我的ID看3秒钟
②接下来,盯着我的头像看3秒
③把它们都用心记住
④闭上眼睛,试着在脑海里回忆一遍,看看是否记住了
⑤没记住的话再重复以上步骤,直至记住
⑥终于记住了?不会再忘记了?
那好,你可以走了,我是来混脸熟的。
2013年09月12日 08点09分
4
level 13
#include <iostream>
#include <stdio.h>
using namespace std;
int main(){
char ch ;
freopen("a.txt","r",stdin);
ch = getchar();
while(ch != '\n')
{
putchar(ch);
ch = getchar();
}
return 0;
}
2013年09月12日 09点09分
11
level 15
感情莫过于两种:一种是相濡以沫,却厌倦到终老,另一种是相忘于江湖,却怀念到哭泣。
2013年09月12日 10点09分
13