+ 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; }
4 Answers
+ 4
I think people declined because one was already existing there .
+ 3
no the moderators declined because of downvotes
+ 2
There is already a similar question .
0
People may decline if:
They are doing something else
Do not want such a challenge
Or do not want to compete after wining