题解 | #F Enchant#
LLM
https://ac.nowcoder.com/acm/contest/90505/A
F题
题目是enchant马上想到mc里的附魔台
用银河文字对照表翻译出来 是 please output the binary representation of the square of a000290(n).
a000290一眼oeis数列,上oeis查是a000290(n)=n^2
答案就是n的四次方的二进制表示
LLM
https://ac.nowcoder.com/acm/contest/90505/A
F题
题目是enchant马上想到mc里的附魔台
用银河文字对照表翻译出来 是 please output the binary representation of the square of a000290(n).
a000290一眼oeis数列,上oeis查是a000290(n)=n^2
答案就是n的四次方的二进制表示
相关推荐