How use STL?
Posted: Wed Jul 19, 2006 10:24 am
Sorry for stupid question, but i donn't understand how rightly use STL in my c++ programs.
I wrote this:
#include<iostream>
#include<vector>
#include<algorithm>
#include<math.h>
using namespace std;
int main()
{
int N,i,j,k,l,max;
vector<int> mas[40004];
...
and if says "Compilation Error".
Please help.
I wrote this:
#include<iostream>
#include<vector>
#include<algorithm>
#include<math.h>
using namespace std;
int main()
{
int N,i,j,k,l,max;
vector<int> mas[40004];
...
and if says "Compilation Error".
Please help.