1
2
3
4
5
6
#include <iostream>

int main(){
printf("%i.%i\n", __GNUC__, __GNUC_MINOR__);
return 0;
}