Search found 2 matches
- Fri Oct 15, 2010 4:56 pm
- Forum: Volume 107 (10700-10799)
- Topic: 10773 - Back to Intermediate Math
- Replies: 41
- Views: 23913
Re: 10773 - Back to Intermediate Math
use "can\'t determine"..its the standard system to print " ' " using \ before it.. i got wa several times only becoz of this bu*****it.
- Thu Oct 14, 2010 6:34 pm
- Forum: Volume 113 (11300-11399)
- Topic: 11326 - Laser Pointer
- Replies: 25
- Views: 13639
Re: 11326 - Laser Pointer
I am getting wa for some specific inputs.For example, 5 5 44 . The output should be 1.000 whereas my program shows 0.966. plz help me where i am making a mistake.the code is given below.
#include<stdio.h>
#include<math.h>
#define pi (acos(-1.0))
int main()
{
long cs,c;
long l,w,t;
double x,res ...
#include<stdio.h>
#include<math.h>
#define pi (acos(-1.0))
int main()
{
long cs,c;
long l,w,t;
double x,res ...