摘要:
1. 基于条件控制的输出: // 可以有效避免行末空格 for(int i=1;i<=n;i++) { cout << ans[i] << " \n"[i==n]; } 原理解释: 当 \(i\neq n\) 时,表达式为 \(false\),对应 \(0\),即对应字符串的 \(s[0]='\ ' 阅读全文
摘要:
# [1857E.Power of Points](https://codeforces.com/contest/1857/problem/E "Codeforces 1857E") ## Description: - $n$ 个数:$x_1,···,x_n$,从左向右扫,当 $s=x_i$ 时,可 阅读全文