#include <cstdio> int main() { int setN, setN2; char sign; scanf("do %d %c %d", &setN, &sign, &setN2);}
do 1 + 3
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!