| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 52393 | Ghost_Chris | 子网 | C++ | Wrong Answer | 35 | 0 MS | 244 KB | 122 | 2022-07-19 12:06:00 |
#include <bits/stdc++.h> using namespace std; int n,m; int main(){ cin >> n >> m; cout << n / 2; return 0; }