#include<stdio.h>
int main()
{
    int a,b;
    scanf("%d%d",&a,&b);
    printf("%.2f Surface Area:",2*3.141592653589793*a(a+b));