Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
1376 | 王彦皓 | 14能吸多少根烟 | C++ | Compile Error | 0 MS | 0 KB | 170 | 2023-09-02 19:56:04 |
#include <iostream> using namespace std; int main(){ int n; int k; int h; cin>>n>>k; for(int i=0;n>=3;i++){ n-=3; h+=3; n+=1; } cout<<h<<endl; }
mount: mount /usr on /home/judge/jnoj/judge/run/0/usr failed: No space left on device