内码对称-题解(Java代码) 32位内码!!! 摘要:解题思路: 字符串与2进制 注意事项: 内码的32位的表示参考代码:import java.math.BigInteger; import java.util.Scann…… 题解列表 2021年02月16日 0 点赞 0 评论 628 浏览 评分:0.0
内码对称12222222222222222 摘要:解题思路:先将整数变为32位的01 然后判断回文注意事项:参考代码:#include "stdio.h"#include "string.h"int main() { long long int n…… 题解列表 2021年08月29日 0 点赞 0 评论 215 浏览 评分:0.0
Hifipsysta-1189-内码对称(C++代码) 摘要:```cpp #include #include #include #include using namespace std; vector Ten2N(long long numbe…… 题解列表 2022年02月12日 0 点赞 0 评论 142 浏览 评分:0.0
1189: 内码对称 摘要:```cpp #include using namespace std; typedef long long LL; int main() { LL num; int a…… 题解列表 2022年12月10日 0 点赞 0 评论 170 浏览 评分:9.9
内码对称问题 摘要:解题思路:注意事项:参考代码:sum1 = 0try: while True: x=int(input()) y=format(x,'b') …… 题解列表 2023年01月24日 0 点赞 0 评论 118 浏览 评分:0.0
反转字符串后与原字符串比较,注意不要读取空串,且内码长度必须大于1 摘要:解题思路:注意事项:参考代码:import java.util.*; public class Main { public static void main(String[] arg…… 题解列表 2024年03月20日 0 点赞 0 评论 88 浏览 评分:0.0
内码对称求解 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){long long int n; …… 题解列表 2025年01月12日 0 点赞 0 评论 39 浏览 评分:0.0
内码对称(移位 数组 回文) 摘要:解题思路:移位 数组 回文注意事项:参考代码:#include<iostream>#include<iomanip>usingnamespace…… 题解列表 2025年01月29日 0 点赞 0 评论 9 浏览 评分:0.0