[submission:19194152]<br>↵
What should I do to rectify this? <br>↵
<b>UPDATE : </b><br>↵
<pre>↵
for(int s=0;s<=6;s++)<br>↵
for(int f = 0; (f+s)<=6;f++){<br>↵
int X = s*7 + f*4;<br>↵
mod1[X%10].push_back({X/10,f,s});<br>↵
}<br>↵
</pre>↵
this loop is causing the problem.I have no idea why.</pre>
What should I do to rectify this? <br>↵
<b>UPDATE : </b><br>↵
<pre>↵
for(int s=0;s<=6;s++)<br>↵
for(int f = 0; (f+s)<=6;f++){<br>↵
int X = s*7 + f*4;<br>↵
mod1[X%10].push_back({X/10,f,s});<br>↵
}<br>↵
</pre>↵
this loop is causing the problem.I have no idea why.</pre>