摘要: 题目#P0017. [NOIP2011普及组] 数字反转 思路 无 代码 #include <stdio.h> int main() { int x, s = 0; scanf("%d", &x); if (x < 0) { printf("-"); x = x * (-1); } while (x 阅读全文
posted @ 2024-06-17 19:56 mcr130102 阅读(8) 评论(0) 推荐(0) 编辑
摘要: catoiOS 这是什么? catoiOS(cats Olympiad in Informatics Open System),是一个丰富多样的开放系统,其代码符合跨平台要求。 它包含游戏、工具,还有个性化设置。包括各种活动在内,catoiOS致力于满足用户的所有需求 如何查看、下载catoiOS 阅读全文
posted @ 2024-06-17 19:54 mcr130102 阅读(90) 评论(0) 推荐(0) 编辑
请不要抄袭任何人的博客,这是对一名开发者最基本的尊重。