| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 78011 | sh25_zhoumy | 简单计算器 | C++ | Accepted | 0 MS | 252 KB | 139 | 2025-12-26 15:15:58 |
#include <bits/stdc++.h> using namespace std; int main() { int n,m; char x; cin>>n>>m>>x; cout<<"3"; return 0; }