On Saturday, September 5, 2015 at 12:07:44 PM UTC+5:30, yatingarg12 wrote:
> # include <iostream>
> using namespace std;
> int main()
> {int n,c,p,a[100],x,y;
> cin>>n;
> for(int i=0;i<n;i++)
> {cin>>c>>p;
> for(int j=0;j<p;j++)
> {cin>>a[j];}Is it guaranteed your p is less than 100 ? -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-code/c7dfa0f0-aee4-4363-9f9a-1d1c7e424c29%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
