文章

133

粉丝

17

获赞

440

访问

27.0k

头像
八进制 题解:没有比我更简短的
P1417 华中科技大学机试题
发布于2026年3月15日 22:12
阅读数 207

#include<iostream>
#include<cmath>
#include<algorithm>
#include<string>
using namespace std;
int main()
{
    int n;
    while (cin >> n) {
        printf("%o\n", n);
    }
    return 0;
}

登录查看完整内容


登录后发布评论

1 条评论
彻底死去
2026年3月15日 23:17

你是?

赞(1)
回复给: