| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 80669 | sh25_shenpy | 计算字符串距离 | C++ | Accepted | 0 MS | 244 KB | 138 | 2026-01-04 15:26:45 |
#include <iostream> using namespace std; int main() { cout<<"1"<<endl; cout<<"0"<<endl; cout<<"4"; return 0; }