#include<bits/stdc++.h>
using namespace std;
string s;
int main(){
int n, ans = 0;
cin >> n;
cin >> s;
int len = s.length();
for(int i = 0; i < len; i++){
ans += (s[i]-'0')*pow(n,len-i-1);
}
...
英文文章 | 文章字数 | 测试时长 | 准确率 | 速度 | 退格数 | 出错数 | 成绩 |
---|---|---|---|---|---|---|---|
《L2-DAY11》 | 226字 | 2.0分钟 | 100% | 130 CPM | 20 次 | 0 | 及格,继续努力! |
励志名言: 永远不羡慕别人的好运,如果你赶在死刑台上露出笑容,幸运的闪电也会落在你的头上。 ——路飞 |