一.指针的使用和传值调用:
在了解指针的传址调用前,先来额外了解一下 “传值调用”
1.传值调用:
对于来看这个帖子的你相信代码展示胜过千言万语
#include <stdio.h>
#include<assert.h>
int convert(int a, int b)
{int c 0…
CSP-201812-1-小明上学
解题代码
#include <iostream>
#include <vector>
using namespace std;long long r, y, g, n, k, t, sumTime;int main() {cin >> r >> y >> g >> n;for (int i 0; i < n; i){cin >> k >> t;if …