送水 C++

送水

https://ac.nowcoder.com/acm/problem/22241

#include <iostream>
#include <cmath>
#include <algorithm>
#include <vector>

using namespace std;

int main(){
    int Y, k, n, flag = 1;
    cin >> Y >> k >> n;    
    if(Y > n) cout << -1;
    for(int i = 1; i <= n / k; ++i){
        if(i * k < Y) continue;
        else{
            cout << i * k - Y << ' ';
            flag = 0;
        };
    }
    if(flag) cout << -1;
    return 0;
}

全部评论

相关推荐

10-30 10:16
南京大学 Java
龚至诚:给南大✌️跪了
点赞 评论 收藏
分享
像好涩一样好学:这公司我也拿过 基本明确周六加班 工资还凑活 另外下次镜头往上点儿
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务