#include "stdio.h"
int main()
{
int a@ = 10;
printf("%d", a@);
return 0;
}

Posted on by