/ OPS /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:17: error: 'gerchar' was not declared in this scope
   while(gerchar()!='\n')
                 ^
/in/foo.cc:7:17: warning: unused variable 'b' [-Wunused-variable]
   char a[10001],b[10001];
                 ^
/in/foo.cc:8:11: warning: unused variable 'j' [-Wunused-variable]
   int i=1,j=1;
           ^

信息

递交者
类型
递交
题目
P1037 可排列相等
语言
C++
递交时间
2023-01-29 16:23:41
评测时间
2023-02-20 20:25:35
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes