Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
115931 钱恩浩 12奇数和与偶数和 C++ Compile Error 0 MS 0 KB 320 2025-04-05 17:06:47

Tests(0/0):


Code:

#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 m,n; for(o<=m<=n<=1000); cout<<; return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:9:9: error: 'o' was not declared in this scope
     for(o<=m<=n<=1000);
         ^
Main.cc:10:11: error: expected primary-expression before ';' token
     cout<<;
           ^
Main.cc:11:5: error: expected primary-expression before 'return'
     return 0;
     ^
Main.cc:11:5: error: expected ')' before 'return'