| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 18289 | 张熠欣 | 计算(a+b)*c的值 | C++ | Compile Error | 0 | 0 MS | 0 KB | 117 | 2021-04-14 19:56:45 |
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; cout<<"(a+b)*c" }