sub

Download sub

If you can't read please download the document

Upload: amrendra-kumar

Post on 23-Dec-2015

213 views

Category:

Documents


1 download

DESCRIPTION

sub

TRANSCRIPT

#include#include#includeusing namespace std;typedef long long int LL;#define SIZE 110bool arr[SIZE][SIZE];int ans[SIZE][SIZE];int main(){ int t,L,R; scanf("%d",&t); while(t-->0){ scanf("%d %d",&L,&R); for(int i=0;i