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