Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
64753 | fengxiaohang | 最长单词 | C++ | Wrong Answer | 0 MS | 244 KB | 108 | 2025-04-25 16:55:11 |
#include<bits/stdc++.h> using namespace std; int main() { cout<<"University"<<endl; return 0; }