Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
43747 WZH 比大小 C++ Compile Error 0 MS 0 KB 141 2024-03-23 08:29:01

Tests(0/0):


#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: