Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
45979 Jerry 特殊运算符 C++ Accepted 0 MS 248 KB 103 2024-04-21 19:30:25

Tests(1/1):


#include<iostream> using namespace std; int main(){ int n; cin>>n; int x=n/10; cout<<n-x; }


Judgement Protocol: