Skip to content

Commit 0ad3c63

Browse files
authored
line sweeping
1 parent 60e81d5 commit 0ad3c63

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

SPOJ/NITT8.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//category : implementation
1+
//category : line sweeping
22

33
#include <stdio.h>
44
#include <algorithm>
@@ -31,6 +31,5 @@ int main(){
3131
}
3232
printf("%lld\n",ans);
3333
}
34-
3534
return 0;
36-
}
35+
}

0 commit comments

Comments
 (0)