主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
以下题解仅供学习参考使用。
抄袭、复制题解,以达到刷AC率/AC数量或其他目的的行为,在N诺是严格禁止的。
N诺非常重视学术诚信。此类行为将会导致您成为作弊者。具体细则请查看N诺社区规则。
孙某人
2024年10月9日 11:22
A + B 加强版 题解:跪求大佬,一直66%显示栈溢出
P1323
回复 2
|
赞 0
|
浏览 193
while True: str = ["a"]*100 str = list(input().split()) sum = 0 summax = 0 count = 0 index = 0 for i in range(0,len(str)): if str[i] == "+": if sum ==0: index += 1 ...
James
2021年3月17日 21:03
这个题可能不只两位数
P1323
回复 0
|
赞 0
|
浏览 8.2k
#include <iostream> #include <string> using namespace std; string s; int f(string s){ if(s=="zero") return 0; if(s=="one") return 1; if(s=="two") return 2; if(s=="three") return 3...
题目
A + B 加强版
题解数量
2
发布题解
热门题解
1
A + B 加强版 题解:跪求大佬,一直66%显示栈溢出
2
这个题可能不只两位数