Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
89691 梁敖铭 生理周期 C++ Compile Error 0 MS 0 KB 329 2024-08-31 08:56:59

Tests(0/0):


Code:

#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<<"the next triple peak occurs in "<<k-d<<"days."<<endl; } return 0; }


Run Info:

Main.cc:1:19: fatal error: iostresm: No such file or directory
 #include
                   ^
compilation terminated.