Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
43748 WZH 比大小 C++ Accepted 0 MS 240 KB 142 2024-03-23 08:29:21

Tests(1/1):


#include<iostream> using namespace std; int main() { int a,b,c; cin>>a>>b>>c; if(a*4>b*c+b*c) cout<<"SAME"; else cout<<"SQUARE"; }


Judgement Protocol: