Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
378803 许清菡 【C1-T】捡石头 C++ Accepted 100 4 MS 244 KB 119 2026-02-10 16:26:27

Tests(3/3):


#include<iostream> using namespace std; int main(){ int a,b,c,n; cin>>a>>b>>c; cout<<20-a-b-c; return 0; }


Judgement Protocol: