QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#846462 | #9999. 好成绩 | wsyear | AC ✓ | 0ms | 3688kb | C++20 | 610b | 2025-01-07 08:42:11 | 2025-01-07 08:42:16 |
Judging History
answer
// Author: Donomonayuas
#include <bits/stdc++.h>
#define rep(i, j, k) for (int i = (j); i <= (k); ++i)
#define per(i, j, k) for (int i = (j); i >= (k); --i)
#define SZ(v) int((v).size())
#define ALL(v) (v).begin(),(v).end()
#define fi first
#define se second
using ll = long long;
using pii = std::pair<int, int>;
using pll = std::pair<ll, ll>;
template<class T>inline void chkmn(T &x, T y) { if (y < x) x = y; }
template<class T>inline void chkmx(T &x, T y) { if (y > x) x = y; }
using namespace std;
int main() {
cin.tie(nullptr) -> ios::sync_with_stdio(false);
cout << "83";
}
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3688kb
input:
output:
83
result:
ok single line: '83'