Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
88165 倪士燊 19从小到大进行排序 C++ Compile Error 0 MS 0 KB 281 2024-08-18 10:49:32

Tests(0/0):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ cin >> n; for(int i = 0; i <= n-1; i++) { cin >> shu; t[shu]++; } for(int i = 0; i <= 100000; i++) { for(int ci = 0;ci < t[i]; ci++) cout << i << " "; } return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:4:9: error: 'n' was not declared in this scope
  cin >> n;
         ^
Main.cc:7:13: error: 'shu' was not declared in this scope
      cin >> shu;
             ^
Main.cc:8:6: error: 't' was not declared in this scope
      t[shu]++;
      ^
Main.cc:12:26: error: 't' was not declared in this scope
      for(int ci = 0;ci < t[i]; ci++)
                          ^