Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
134641 张益诚 05求长方形的周长和面积 C++ Compile Error 0 MS 0 KB 131 2025-10-29 20:21:20

Tests(0/0):


Code:

#include<bits\stdc++.h> using namespace std; int main(){ int n=1; printf("%d,%3d,%-3d,%03d",n,n,n,n); return 0; }


Run Info:

Main.cc:1:24: fatal error: bits\stdc++.h: No such file or directory
 #include
                        ^
compilation terminated.