/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:9: error: 'c' was not declared in this scope
  system(c);
         ^
/in/foo.cc:9:15: warning: unused variable 'i' [-Wunused-variable]
  register int i,j;
               ^
/in/foo.cc:9:17: warning: unused variable 'j' [-Wunused-variable]
  register int i,j;
                 ^

信息

递交者
类型
递交
题目
P2000 A x B Problem
语言
C++
递交时间
2024-06-13 20:18:09
评测时间
2024-06-13 20:18:09
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes