运行 ID: 145514

Main.cc:4:13: error: expected initializer before ‘dp’
 int f [200] dp [25100] ;
             ^~
Main.cc: In function ‘int main()’:
Main.cc:10:12: error: ‘dp’ was not declared in this scope
   memset ( dp , 0 , sizeof ( dp ) ) ;
            ^~
Main.cc:10:12: note: suggested alternative: ‘d’
   memset ( dp , 0 , sizeof ( dp ) ) ;
            ^~
            d
Main.cc:15:11: error: ‘f’ was not declared in this scope
    cin >> f [i] ;
           ^
Main.cc:17:10: error: ‘f’ was not declared in this scope
   sort ( f + 1 , f + 1 + n ) ;
          ^