Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. int main ()
  2. {
  3. wchar_t str [80];
  4. int i;
  5.  
  6. wscanf (L"%ls",str);
  7. wscanf (L"%d",&i);
  8. wscanf (L"%x",&i);
  9.  
  10. return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement