import sys
from collections import deque
input = sys.stdin.readline
def iinput(): return int(input())
def linput(): return list(map(int, input().split()))
mod = 998244353
def solve(L):
n = len(L)
...
英文文章 | 文章字数 | 测试时长 | 准确率 | 速度 | 退格数 | 出错数 | 成绩 |
---|---|---|---|---|---|---|---|
《codeforces.com/contest/1923/problem/D》 | 1362字 | 1.0分钟 | 100% | 157 CPM | 17 次 | 0 | 及格,继续努力! |
励志名言: 君子爱财,取之有道。 ——孔子 | |||||||
您觉的这篇文章怎么样,评个分吧,做其他人的指路灯 |