[c++]n進法からm進法への基数変換 - Qiita
はじめに正の整数(n進法)をm進法に変換。そのメモ。競プロ用。ソースコード(c++)#include <bits/stdc++.h>using namespace std;void nto…