there should be a mechanism to ensuree that the bidder honours his or her bid. some amount should be deducted from his account if he fails to do so.
__________________
#include<iostream>
using namespace std;
void main()
{
while(1)
{ printf("hello world!");
}
}
|