挑战本题全站长度最短耗时最短空间最小
2023-04-02 23:19:57
发布于:广东
75阅读
0回复
0点赞
超低内存:
#include<bits/stdc++.h>
using namespace std;
int main(){
cout<<(char)(((int)(cin.get())-48)*10+(int)(cin.get())-48);
return 0;
}
超低耗时:
#include<bits/stdc++.h>
using namespace std;
int main(){
printf("%c",(char)(((int)(cin.get())-48)*10+(int)(cin.get())-48));
return 0;
}
最佳成绩(大概吧):
这里空空如也
有帮助,赞一个