there was once a case when i mistakenly sent money to a wrong account. I asked paypal to give me chargeback. They replied to my request in 2 days and i recieved chargeback within 1 day hence.
__________________
#include<iostream>
using namespace std;
void main()
{
while(1)
{ printf("hello world!");
}
}
|