| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 121076 | 范爱民 | [在线测评解答教程] 闰年 | C++ | Compile Error | 0 MS | 0 KB | 169 | 2025-06-06 19:05:59 |
#include<bist/stdc++.h> using namespace std; int main(){ int a; cin>>a; if(a%4==0){ cout<<"yes"; }else{ cout<<" no"; } return 0; }
Main.cc:1:24: fatal error: bist/stdc++.h: No such file or directory
#include
^
compilation terminated.