/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:4:11: error: 'cin' was not declared in this scope
     while(cin>>x){
           ^~~
/in/foo.cc:6:8: warning: array subscript has type 'char' [-Wchar-subscripts]
     a[x]++;
        ^
/in/foo.cc:14:2: error: 'cout' was not declared in this scope
  cout<<(char)p<<a[p];
  ^~~~

信息

递交者
类型
递交
题目
P2016 计数排序
语言
C++
递交时间
2023-10-21 11:15:52
评测时间
2023-10-21 11:15:52
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes