- 博客(4)
- 收藏
- 关注
原创 wechall writeup:Programming 1
题目:When you visit this link you receive a message.Submit the same message back to http://www.wechall.net/challenge/training/programming1/index.php?answer=the_messageYour timelimit is 1.337 sec
2017-06-05 08:36:43
1320
原创 WeChall writeup :Encodings I
题目:We intercepted this message from one challenger to another, maybe you can find out what they were talking about.To help you on your progress I coded a small java application, called JPK.N
2017-06-02 17:25:36
889
原创 WeChall writeup :Prime Factory
题目:Prime FactoryYour task is simple:Find the first two primes above 1 million, whose separate digit sums are also prime.As example take 23, which is a prime whose digit sum, 5, is also prime
2017-06-02 16:23:18
832
转载 MinGW64的使用
MinGW的使用1、测试编译C++测试文件test.cpp,代码如下(下面为C代码,只是使用G++来编译而已)#include int main() { printf("Hello World!"); return 0;}2、编译test编译命令如下:g++ test.cpp -o test输出结果为:test.exe3、执行输入test
2017-05-31 16:53:13
11912
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人