+ 5

Quiz declined. Why so?

#include <iostream> using namespace std; #define MIN(a,b) (((a)<(b)) ? a : b) int main (){ float i,j; i = 100.1; j = 100.01; cout <<"The minimum is "<< MIN(i, j) << endl; return 0; }

26th Jul 2017, 2:19 PM
ŠœŠ³. ŠšŠ½Š°ŠæšŸŒ 
ŠœŠ³. ŠšŠ½Š°ŠæšŸŒ  - avatar
4 Answers
+ 4
I think people declined because one was already existing there .
26th Jul 2017, 3:42 PM
RZK 022
RZK 022 - avatar
+ 3
no the moderators declined because of downvotes
26th Jul 2017, 3:41 PM
ŠœŠ³. ŠšŠ½Š°ŠæšŸŒ 
ŠœŠ³. ŠšŠ½Š°ŠæšŸŒ  - avatar
+ 2
There is already a similar question .
26th Jul 2017, 3:33 PM
RZK 022
RZK 022 - avatar
0
People may decline if: They are doing something else Do not want such a challenge Or do not want to compete after wining
28th Jan 2020, 1:15 AM
fokos life Dieu