Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
32622 chenyifei 计算(a+b)*c的值 C++ Compile Error 0 MS 0 KB 149 2023-12-02 10:50:32

Tests(0/0):


#include <iostream> using namespace std; int main() { int a, b; cin >> a >> b; cout << (a + b)*c << endl; return 0; }


Judgement Protocol: