| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 91326 | xiaoma_ustc | 小旗手 | C++ | Wrong Answer | 0 | 0 MS | 256 KB | 186 | 2024-03-21 17:42:53 |
#include <iostream> #include <string> using namespace std; int main() { int a, b; string s; cin >> a >> b >> s; if (a == 1 && b == 1) cout << 1; return 0; }