Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
9261 顾郁铭 小鱼的航程(改进版) C++ 通过 100 2 MS 252 KB 220 2020-11-10 20:10:26

Tests(4/4):


#include<bits/stdc++.h> using namespace std; int x,n,day,ans; int main(){ cin>>x>>n; for(int i=x;i<x+n;i++){ //判断是否为周末 if(i%7!=6 && i%7!=0) day++; } ans=day*250; cout<<ans; return 0; }


测评信息: