0_0_17258865_22318.cpp:3:1: error: missing terminating " character
{int a,b;scanf("%d%d",&a,&b);printf("%d
^
0_0_17258865_22318.cpp:4:1: error: missing terminating " character
",a+b);}
^
0_0_17258865_22318.cpp: In function 'int mian()':
0_0_17258865_22318.cpp:3:36: error: expected primary-expression at end of input
{int a,b;scanf("%d%d",&a,&b);printf("%d
^
0_0_17258865_22318.cpp:3:36: error: expected '}' at end of input
|