0_0_25402900_32048.cpp:34:16: error: missing terminating " character
scanf("%s,ss); int len=strlen(ss);
^
0_0_25402900_32048.cpp: In function 'int main()':
0_0_25402900_32048.cpp:35:16: error: expected primary-expression before 'int'
int num1=0,num2=0,num=0;
^
0_0_25402900_32048.cpp:35:27: error: 'num2' was not declared in this scope
int num1=0,num2=0,num=0;
^
0_0_25402900_32048.cpp:35:34: error: 'num' was not declared in this scope
int num1=0,num2=0,num=0;
^
0_0_25402900_32048.cpp:36:30: error: 'len' was not declared in this scope
for(int j=0;j<len;j++)
^
0_0_25402900_32048.cpp:39:25: error: 'num1' was not declared in this scope
num1++;
^
0_0_25402900_32048.cpp:41:28: error: 'num1' was not declared in this scope
if(num1)
^
0_0_25402900_32048.cpp:47:23: error: 'num1' was not declared in this scope
a[i].l=num1;
^
|