PAT (Basic Level) Practice (中文) 1024 科学计数法
摘要:
1 #include<stdio.h> 2 #include<string.h> 3 #include<algorithm> 4 using namespace std; 5 const int maxn = 100000; 6 char a[maxn]; 7 int main(){ 8 int e 阅读全文
posted @ 2020-04-16 15:51 chenxi16 阅读(168) 评论(0) 推荐(0) 编辑