Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
46666 jiabokai 求和 C++ Accepted 0 MS 244 KB 112 2024-05-05 09:03:06

Tests(1/1):


#include<iostream> using namespace std; int main(){ int n; cin>>n; cout<<n*2; return 0; }


Judgement Protocol: