http://noi.openjudge.cn/ch0103/01/
#includeusing namespace std; int main() { int a,b; cin>>a>>b; cout<
python3代码
""" 1.3编程基础之算术表达式与顺序执行 03 计算(a+b) c的值 http://noi.openjudge.cn/ch0103/01/ """ s = input().split() print( int( ( int(s[0]) + int(s[1]) ) / int(s[2]) ) )
python && C++ NOI编程题解1.3
https://blog.csdn.net/yigezzchengxuyuan/article/details/86616733
python基础之排队接水
https://blog.csdn.net/zr1213159840/article/details/107394773
NOI题库 编程基础之 1.1-1.7 python版代码(2021.11.22).rar
https://download.csdn.net/download/dllglvzhenfeng/48155356



