| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 91143 | xiaoma_ustc | 密码锁 | C++ | Compile Error | 0 | 0 MS | 0 KB | 190 | 2024-03-21 12:54:59 |
#include <iostream> #include <string> using namespace std; int main() { string s; cin >> s; if (s == '00000') cout << 90001; else cout << 0 << endl; return 0; }