Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
123621 林建彤 数字求和 C++ Compile Error 0 0 MS 0 KB 144 2024-01-23 08:43:35

Tests(0/0):


#iclude<iostream> using namespace std; int main(){ int a,b,c,d; cin>>a; b=a%10; c=a/10%10; d=a/100; return 0; }


Judgement Protocol: