概述
orz ,感觉一道很傻的模拟题,因为细节wa了好多回啊....感觉自己今天写的代码带毒...
#include <stdio.h>
#include <stack>
#include <istream>
#include <map>
#include <math.h>
#include <string.h>
#include <set>
#include <vector>
#include <string>
using namespace std;
const int maxn = 1e5 + 1;
char sum2[maxn];
long long int solve(long long int temp)
{
int len = strlen(sum2);
long long int res = 0;
long long int fuck =1;
for(int i = 0;i<len;i++)fuck*=10;
for(int i = 0;i<len;i++){
res+=fuck*(sum2[i]-'0');
fuck/=10;
}
return res/10;
}
int main() {
int t;
scanf("%d", &t);
getchar();
for (int i = 0; i < t; i++) {
char str[maxn];
memset(str,'