Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
132825 何兴驰 12for循环练习III C++ Compile Error 0 MS 0 KB 160 2025-10-12 12:20:36

Tests(0/0):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ int i; for(int k=1;k<=100;k++){ if(i % 3==0){ cout<<k<<" "; } } }


Run Info:

Main.cc:7:18: warning: missing terminating " character
         cout<