Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
119879 | 成书骏 | 08判断是否为闰年 | C++ | Compile Error | 0 MS | 0 KB | 428 | 2025-05-21 19:10:20 |
#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ int n; cin>>n; if(a%4==0&&a%100!=0)(a%400==0&&a%100==0&&a%4==0) cout<<n<<" "<<"Yes"; } else{ cout<<n<<" "<<"No"; } return 0;
Main.cc: In function 'int main()': Main.cc:10:8: error: 'a' was not declared in this scope if(a%4==0&&a%100!=0)(a%400==0&&a%100==0&&a%4==0) ^ Main.cc: At global scope: Main.cc:13:5: error: expected unqualified-id before 'else' else{ ^ Main.cc:16:5: error: expected unqualified-id before 'return' return 0; ^