手速练习(本入单指13s)
  • 板块灌水区
  • 楼主litingxu
  • 当前回复12
  • 已保存回复12
  • 发布时间2024/11/2 20:29
  • 上次更新2025/1/24 22:38:18
查看原帖
手速练习(本入单指13s)
1073232
litingxu楼主2024/11/2 20:29
#include<bits/stdc++.h>
#include<conio.h>
using namespace std;
int main(){
	int tot=0,start,end;
	start=time(0);
	char s=getch();
	while(++tot<=100){
		char x=getch();
		cout<<tot<<"\n";
	}
	end=time(0);
	cout<<end-start;
	while(1);
	return 0;
}
2024/11/2 20:29
加载中...