| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 76721 | sh25_zhuwy | 摆花 | C++ | Wrong Answer | 0 MS | 240 KB | 126 | 2025-12-19 16:26:32 |
#include<bits/stdc++.h> using namespace std; int main() { int a,b,c,d; cin>>a>>b>>c>>d; cout<<2; return 0; }