10分是为什么
查看原帖
10分是为什么
525998
huangjiasheng楼主2022/7/15 08:53
/*****************************************
备注:
******************************************/
#include <queue>
#include <math.h>
#include <stack>
#include <stdio.h>
#include <iostream>
#include <vector>
#include <iomanip>
#include <string.h>
#include <algorithm>
using namespace std;
#define LL long long
const int N = 1e6 + 10;
const int INF = 0x3f3f3f3f;
int main()
{
	int n;
	cin>>n;
	printf("%o",n);
}
2022/7/15 08:53
加载中...