Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
107830 胡思齐 大写转小写 C++ Compile Error 0 MS 0 KB 128 2025-01-18 14:16:14

Tests(0/0):


Code:

include <iostream> using namespace std; int main() { chair c1; cout<<A<<endl; cout<<a<<endl; return 0; }


Run Info:

Main.cc:1:1: error: 'include' does not name a type
 include 
 ^
Main.cc: In function 'int main()':
Main.cc:5:5: error: 'chair' was not declared in this scope
     chair c1;
     ^
Main.cc:6:5: error: 'cout' was not declared in this scope
     cout<