Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
89689 | 梁敖铭 | 生理周期 | C++ | Compile Error | 0 MS | 0 KB | 342 | 2024-08-31 08:55:56 |
#include<iostresm> using namespace std; int mian(){ int p,e,i,d; int c; while(cin>>p>>e>>i>>d&&p!=-1AW){ c++; int k=d+1; for(;(k-p)%23;k++); for(;(k-e)%28;k=k+23); for(;(k-p)%33;k=k+23*28); cout<<"Case"<<c<<": the next triple peak occurs in "<<k-d<<"days."<<endl; } return 0; }
Main.cc:1:19: fatal error: iostresm: No such file or directory #include ^ compilation terminated.