#include <stdio.h> int main(void) { char a[3], b[3]; scanf("%2s|%2s", a, b); printf("'%s' '%s'", a, b); return 0;}
XX|OX
'XX' 'OX'
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!