📄 3101087_wa.c
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -