Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
100240 金昱帆 12for循环练习II C++ Compile Error 0 MS 0 KB 147 2024-12-07 11:55:59

Tests(0/0):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ int a,j; a=4; j=8; for(int i=a;i<=j;i++){ cout<<i,,endl; } return 0;


Run Info:

Main.cc: In function 'int main()':
Main.cc:7:11: error: expected primary-expression before ',' token
   cout<