Code: Select all
0.34694
0.34694
0.03127
Code: Select all
0.34694
0.34694
0.03127
My AC code gives 0.03127.crip121 wrote:what is the output for following inputi WA code givesCode: Select all
1 460 2 1 20 A B B C C D D E E F F G G H H I I J J K K L L M M N N O O P P Q Q R R S S T T U A U
Code: Select all
0.03419
Code: Select all
#include <stdio.h>
#include <assert.h>
int main() {
char s[150];
assert(gets(s) != NULL);
return 0;
}
I don't know if your expressions are right, but you'd better use double instead of float for real type.fR0D wrote:here's my code
can sum1 helpCode: Select all
REMOVED
No gaps allowed.adelar wrote:Hi,
this input is possible?thanks in advance.Code: Select all
...... .***.. ...... ....*. ....*. ....*.
Code: Select all
1 1 1 1 1.1 1.1
99.00001 99.00001 99.99999 99.99999 99.99999 99.99999
0 0 0 0 0 0
Code: Select all
1
0