Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
135452 周佳豪 07今天很热 C++ Compile Error 0 MS 0 KB 78 2025-11-03 17:23:25

Tests(0/0):


Code:

#include <iostream> using namespace std; int main (){ int a,b,c; cin }


Run Info:

Main.cc: In function 'int main()':
Main.cc:6:1: error: expected ';' before '}' token
 } 
 ^
Main.cc:6:1: warning: statement has no effect [-Wunused-value]
Main.cc:4:6: warning: unused variable 'a' [-Wunused-variable]
  int a,b,c;
      ^
Main.cc:4:8: warning: unused variable 'b' [-Wunused-variable]
  int a,b,c;
        ^
Main.cc:4:10: warning: unused variable 'c' [-Wunused-variable]
  int a,b,c;
          ^