please tell what is wrong here
#include <cstdio>
#include <iostream>
using namespace std;
int main()
{
freopen("encyin.txt","r", stdin);
freopen("encyout.txt","w", stdout);
long n=1000,q=1000;
cin>>n>>q;
long a[n],b[q];
Read more… (46 words)
please tell what is wrong here
#include <cstdio>
#include <iostream>
using namespace std;
int main()
{
freopen("encyin.txt","r", stdin);
freopen("encyout.txt","w", stdout);
long n=1000,q=1000;
cin>>n>>q;
long a[n],b[q];