Job 14055

Owner
Munteanu Andrei- Ștefan
Problem
50 Shades of Prime
Contest
MindCoding 2016 Round 1 Take Off Labs (Div. 1)
Source
0.40KB
Result
Compile error (Non-zero exit status: 1)

Compiler output

prog.cpp: In function 'int gcd(long long int, long long int)':
prog.cpp:10:33: error: expected primary-expression before '==' token
  if( b == 0 ? a : gcd(b, a % b))==1;
                                 ^

Questions?

Sponsors Gold