#include <stdio.h> double p; int main() { printf("%g\n",p); return 0; }
0
Previous Question Next Question
Your comments will be displayed only after manual approval.