0_0_39045964_22052.cpp: In function 'int main()':
0_0_39045964_22052.cpp:5:4: error: 'ptintf' was not declared in this scope; did you mean 'printf'?
5 | ptintf("%d",a+b);
| ^~~~~~
| printf
0_0_39045964_22052.cpp:7:1: error: expected primary-expression before ')' token
7 | )
| ^
0_0_39045964_22052.cpp:7:2: error: expected '}' at end of input
7 | )
| ^
0_0_39045964_22052.cpp:2:11: note: to match this '{'
2 | int main(){
| ^
|