#include using namespace std; int main() { // computation of pi: int N = 1000; double pi_quart = 0.0; double counter = -1.0; for (int n=0;n