3101087_wa.c
来自「北大大牛代码 1240道题的原代码 超级权威」· C语言 代码 · 共 17 行
C
17 行
#include <stdio.h>
int main()
{
puts("NO SOLUTIONS");
puts("k=3: the key is three");
puts("k=6: we will meet at midnight");
puts("k=9: let n be a product of two large primes then factoring n is hard");
puts("k=12: there are one zero types of people in the world those that understand binary and those that do not");
return 0;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?