文章

80

粉丝

66

获赞

80

访问

7.6k

头像
八进制 (格式化输出)题解:
P1417 华中科技大学机试题
发布于2024年4月28日 00:15
阅读数 94

#include <bits/stdc++.h>
using namespace std;

int n;

int main()
{
	while(cin >> n)
	{
		printf("%o\n", n);
	}
	return 0;
} 

 

登录查看完整内容


登录后发布评论

暂无评论,来抢沙发