Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
136946 张咏灏 12for循环练习III C++ Compile Error 0 MS 0 KB 346 2025-11-15 16:44:25

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 i; for(i=1;i<=100;i+=2) cout<<i<<" "; return 0; } 评论:


Run Info:

Main.cc:14:1: error: stray '\350' in program
 评论:
 ^
Main.cc:14:1: error: stray '\257' in program
Main.cc:14:1: error: stray '\204' in program
Main.cc:14:1: error: stray '\350' in program
Main.cc:14:1: error: stray '\256' in program
Main.cc:14:1: error: stray '\272' in program
Main.cc:14:7: error: expected unqualified-id before ':' token
 评论:
       ^