Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
96089 陈治宸 04圆的面积 C++ Compile Error 0 MS 0 KB 112 2024-11-03 08:49:47

Tests(0/0):


Code:

#include<iostream> #include<cstdio> using namespase std; int main(){ float return 0; }


Run Info:

Main.cc:3:7: error: expected nested-name-specifier before 'namespase'
 using namespase std;
       ^
Main.cc: In function 'int main()':
Main.cc:6:5: error: expected unqualified-id before 'return'
     return 0;
     ^