⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 3101087_wa.c

📁 北大大牛代码 1240道题的原代码 超级权威
💻 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 + -