+ 1
I included stdio.h and successfully used printf. Why can't I use scanf on solo platform?
2 Answers
+ 2
Try to inlclude cstdio instead of stdio.h and, if the problem persists, it means that it is a bug and you should contact the Sololearn Support
0
The compiler said he doesn't know such a file.