Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
52412 | teacher_lu | 猜数字 | C++ | Wrong Answer | 0 MS | 244 KB | 138 | 2024-10-05 13:56:28 |
#include <bits/stdc++.h> using namespace std; const int N = 1e5 + 10; #define ll long long int main() { cout << 1; return 0; }