高天翱翔666
高天翱翔666
全部文章
分类
题解(3)
归档
标签
去牛客网
登录
/
注册
高天翱翔666的博客
全部文章
(共36篇)
题解 | 神秘石像的镜像序列
#include <iostream> using namespace std; int main(){int a;cin>>a;if(a)main(),cout<<a<<" ";} 这道题可以用巧妙的递归
2025-08-15
0
17
题解 | 多组数据a+b III
#include <iostream> using namespace std; int main() { int a, b; while (cin >> a >> b,a+b) { // 注意 while 处理多个 case c...
2025-08-14
0
17
题解 | 多组输入a+b II
#include <iostream> using namespace std; int main() { int a, b;cin>>a; while (cin >> a >> b) { // 注意 while 处理多个 case ...
2025-08-14
0
20
题解 | 牛牛学加法
#include <iostream> using namespace std; int main() { int a, b; while (cin >> a >> b) { // 注意 while 处理多个 case cout ...
2025-08-14
0
14
题解 | #LLM#
诗甚美 美于其词如边城柳之首-> 1 (《边城柳》的第一个字) 美于其题如过零丁洋 -> 0 (暴 0 丁洋(bushi)) 美于其调如平平仄仄 -> 24 (“平”是2声,“仄”是4声) 美于其式如起承转合 -> 应该意思就是按照顺序合在一起 所以 1024(我一...
2024-10-24
5
96
题解 | #LLM#
F其实是please output the binary representation of the square of A000290(n) ,然后A000290(n)是https://oeis.org/search?q=A000290&language=english&go=Se...
2024-10-24
5
76
首页
上一页
1
2
3
4
下一页
末页