| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 51070 | yuboyuan | 计算(a+b)*c的值 | C++ | Compile Error | 0 MS | 0 KB | 134 | 2024-09-17 14:12:34 |
#include<iostream> using namespace std; int main() { int a,b,c; cin>>a>>b>>C; cout<<(a+b)*c<<endl; return 0; }