Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
154391 姚旭鸿 12输出3的倍数 C++ Compile Error 0 MS 0 KB 211 2026-05-30 13:44:33

Tests(0/0):


Code:

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


Run Info:

Main.cc:10:22: error: empty character constant
             cout<