Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
8281 | 余立涵 | 14小鱼游泳 | C++ | Compile Error | 0 MS | 0 KB | 248 | 2025-06-25 21:31:45 |
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c=0,d; cin>>a>>b; while(b){ b--; if(a%7!=6 && a%7!=0){ c=c+1; } a++; } cout<<c<<endl; return 0; }
mount: mount /usr on /home/judge/jnoj/judge/run/0/usr failed: No space left on device