View difference between Paste ID: iNMK1LQ1 and 0jVgxkLs
SHOW: | | - or go back to the newest paste.
1
#include <stdio.h>
2
#include <cstring>
3-
//#define MAX 100
3+
4
int main()
5
{
6
char text[800];
7-
//char b[100];
7+
8
text[strlen(text) - 1] = '\0'; //=0;
9-
//char b2[100];
9+
10-
//char b3[100];
10+
11-
//scanf("%s", b);
11+
12
  printf("    (__)\\       )\\/\\\n");
13
  printf("        ||----w |\n");
14-
//scanf("%s", b2);
14+
15-
//scanf("%s", b3);
15+
16
}