1183: 人见人爱A+B
摘要:```cpp
#include
using namespace std;
int main()
{
int n;
cin>>n;
while(n--)
……
人见人爱A+B (C++代码)
摘要:解题思路:注意事项:参考代码:#include <cstdio>int main(){ int x1,x2,y1,y2,z1,z2; int n; scanf("%d",&n); wh……
人见人爱A+B-题解(C++代码)(直接简单)
摘要: #include
#include
#include
#include
using namespace std;
int main()
……
人见人爱A+B-题解(C++代码)
摘要:```cpp
#include
using namespace std;
int main(){
int n;
cin>>n;
while(n--){
……
编写题解 1183: 人见人爱A+B
摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int n; cin>>n; int a,b,c,d……
题目 1183: 人见人爱A+B题解
摘要:解题思路:注意事项:参考代码:#include<iostream>
using namespace std;
int main(){
int ah,am,as,bh,bm,bs,ch,c……
1183: 人见人爱A+B(atoi函数的使用)
摘要:解题思路:注意事项:参考代码:#include<iostream>#include<cstring>using namespace std;int main(){ int T; cin >> T; w……
其实就是就是简单的加法
摘要:解题思路:先加秒在加分再加时,因为秒满六十就进一位,分满60也进一位,而时则没有限制。注意事项:参考代码:#include<iostream>using namespace std;void test……
人见人爱A+B (C++代码)来运行我的题解找bug
摘要:解题思路: 运用结构体,将A+B贯彻落实下去,然而跑一下OJ居然是正确的,但实际上本题目运行的时候会有一个bug,(编译器 DEV-C++)参考代码:#include<bits/stdc……