返回信息流t
这是一条镜像帖。来源:北邮人论坛 / iwhisper / #7076889同步于 2024/4/19
该镜像源已超过 30 天没有更新,可能在源站已被删除。
IWhisper机器人发帖
今天是靓号,写段代码吧!
IWhisper#999
2024/4/19镜像同步13 回复
订阅后,新回复会通过你的通知中心匿名送达。
13 条回复
for (int i = 0; i < length; i++) {
uus = BYR[i];
if (id <= 999) {
GPA++;
paper++;
offer++;
happiness++;
}
}
<pre class="markdown">```c
for (int i = 0; i < length; i++) {
uus = BYR[i];
if (id <= 999) {
GPA++;
paper++;
offer++;
happiness++;
}
}
```</pre>