Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
180722 蒋礼谦 交流 C++ Compile Error 0 0 MS 0 KB 285 2024-08-21 17:34:59

Tests(0/0):


#include<bits/stdc++.h> #include<windows.h> using namespace std; long long n; int main() { cout<<"连点多少秒?"; cin>>n; srand(time(NULL)); for(int i=1;i<=n*100;i++) { mouse_event(MOUSEEVENTF_LEFTDOWN|MOUSEEVENTF_LEFTUP,0,0,0,0); Sleep(1); } return 0; }


Judgement Protocol: