| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 323674 | 孙一铭 | 【C1-T】淘淘的棒棒糖 | C++ | Wrong Answer | 0 | 1 MS | 244 KB | 126 | 2025-05-21 15:46:51 |
#include<bits/stdc++.h> using namespace std; int main(){ int n,m; cin>>n>>m; cout<<n<<"*"<<m<<"="<<n+m; return 0; }