文章

105

粉丝

69

获赞

117

访问

55.7k

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

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

int n;

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

 

登录查看完整内容


登录后发布评论

暂无评论,来抢沙发