Skip to main content
replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
Source Link

C#, 172 bytes (Cracked by SLuck49Cracked by SLuck49)

 (((((())))))***,,,,......1225;;;;;;<====>CFLMMMMMPPPRSSSSSWaaaaaaabbbbcccddddddeeeeeeeeeeegghiiiiiiiillllllmmnnnnnnnooooooooqqqqrrrssssssssstttttttttuuuuuuuvvwyy{{}} 

This code is a full program.

There are seven space characters at the start.

The input is read form STDIN and printed to STDOUT. The result is in double, no rounding done.

Original Code ungolfed:

using System; using S = System.Console; class P { static void Main() { var t = S.ReadLine(); double q = int.Parse(t); Func<double, double, double> M = Math.Pow; S.Write(M(q, 2 * .25) * M(q * q, 1)); } } 

C#, 172 bytes (Cracked by SLuck49)

 (((((())))))***,,,,......1225;;;;;;<====>CFLMMMMMPPPRSSSSSWaaaaaaabbbbcccddddddeeeeeeeeeeegghiiiiiiiillllllmmnnnnnnnooooooooqqqqrrrssssssssstttttttttuuuuuuuvvwyy{{}} 

This code is a full program.

There are seven space characters at the start.

The input is read form STDIN and printed to STDOUT. The result is in double, no rounding done.

Original Code ungolfed:

using System; using S = System.Console; class P { static void Main() { var t = S.ReadLine(); double q = int.Parse(t); Func<double, double, double> M = Math.Pow; S.Write(M(q, 2 * .25) * M(q * q, 1)); } } 

C#, 172 bytes (Cracked by SLuck49)

 (((((())))))***,,,,......1225;;;;;;<====>CFLMMMMMPPPRSSSSSWaaaaaaabbbbcccddddddeeeeeeeeeeegghiiiiiiiillllllmmnnnnnnnooooooooqqqqrrrssssssssstttttttttuuuuuuuvvwyy{{}} 

This code is a full program.

There are seven space characters at the start.

The input is read form STDIN and printed to STDOUT. The result is in double, no rounding done.

Original Code ungolfed:

using System; using S = System.Console; class P { static void Main() { var t = S.ReadLine(); double q = int.Parse(t); Func<double, double, double> M = Math.Pow; S.Write(M(q, 2 * .25) * M(q * q, 1)); } } 
cracked
Source Link
raznagul
  • 482
  • 3
  • 8

C#, 172 bytes (Cracked by SLuck49)

 (((((())))))***,,,,......1225;;;;;;<====>CFLMMMMMPPPRSSSSSWaaaaaaabbbbcccddddddeeeeeeeeeeegghiiiiiiiillllllmmnnnnnnnooooooooqqqqrrrssssssssstttttttttuuuuuuuvvwyy{{}} 

This code is a full program.

There are seven space characters at the start.

The input is read form STDIN and printed to STDOUT. The result is in double, no rounding done.

Original Code ungolfed:

using System; using S = System.Console; class P { static void Main() { var t = S.ReadLine(); double q = int.Parse(t); Func<double, double, double> M = Math.Pow; S.Write(M(q, 2 * .25) * M(q * q, 1)); } } 

C#, 172 bytes

 (((((())))))***,,,,......1225;;;;;;<====>CFLMMMMMPPPRSSSSSWaaaaaaabbbbcccddddddeeeeeeeeeeegghiiiiiiiillllllmmnnnnnnnooooooooqqqqrrrssssssssstttttttttuuuuuuuvvwyy{{}} 

This code is a full program.

There are seven space characters at the start.

The input is read form STDIN and printed to STDOUT. The result is in double, no rounding done.

C#, 172 bytes (Cracked by SLuck49)

 (((((())))))***,,,,......1225;;;;;;<====>CFLMMMMMPPPRSSSSSWaaaaaaabbbbcccddddddeeeeeeeeeeegghiiiiiiiillllllmmnnnnnnnooooooooqqqqrrrssssssssstttttttttuuuuuuuvvwyy{{}} 

This code is a full program.

There are seven space characters at the start.

The input is read form STDIN and printed to STDOUT. The result is in double, no rounding done.

Original Code ungolfed:

using System; using S = System.Console; class P { static void Main() { var t = S.ReadLine(); double q = int.Parse(t); Func<double, double, double> M = Math.Pow; S.Write(M(q, 2 * .25) * M(q * q, 1)); } } 
Source Link
raznagul
  • 482
  • 3
  • 8

C#, 172 bytes

 (((((())))))***,,,,......1225;;;;;;<====>CFLMMMMMPPPRSSSSSWaaaaaaabbbbcccddddddeeeeeeeeeeegghiiiiiiiillllllmmnnnnnnnooooooooqqqqrrrssssssssstttttttttuuuuuuuvvwyy{{}} 

This code is a full program.

There are seven space characters at the start.

The input is read form STDIN and printed to STDOUT. The result is in double, no rounding done.