Water collected between towers: Difference between revisions

Content added Content deleted
m (→‎{{header|C++}}: Remove vanity tags)
m (→‎{{header|C}}: Remove vanity tags)
Line 292: Line 292:
Takes the integers as input from command line, prints out usage on incorrect invocation.
Takes the integers as input from command line, prints out usage on incorrect invocation.
<lang C>
<lang C>
/*Abhishek Ghosh, 7th November 2017*/

#include<stdlib.h>
#include<stdlib.h>
#include<stdio.h>
#include<stdio.h>