#include <stdio.h> int main() { char ch = '�'; putchar(ch); }
Nothing
Previous Question Next Question
Your comments will be displayed only after manual approval.