0_0_39226369_20537.cpp:8:11: error: missing terminating " character
8 | scanf("%d%d, &a, &b);
| ^~~~~~~~~~~~~~~
0_0_39226369_20537.cpp: In function 'int main()':
0_0_39226369_20537.cpp:9:20: error: expected ')' before ';' token
9 | cout<<a+b<<endl;
| ^
| )
0_0_39226369_20537.cpp:8:10: note: to match this '('
8 | scanf("%d%d, &a, &b);
| ^
|