sub

Post on 23-Dec-2015

213 Views

Category:

Documents

1 Downloads

Preview:

Click to see full reader

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

top related