one another thing...if input is [this"]
then would the last " be replaced by `` or ' ' ??
Search found 2 matches
- Sat Apr 28, 2012 10:35 pm
- Forum: Volume 2 (200-299)
- Topic: 272 - TEX Quotes
- Replies: 136
- Views: 56702
- Sat Apr 28, 2012 10:13 pm
- Forum: Volume 2 (200-299)
- Topic: 272 - TEX Quotes
- Replies: 136
- Views: 56702
Re: 272 - TeX Quotes
PLEASE HELP! getting crazy with WA all day long for this! i know there might be a shorter n easier way, bt what's specifically wrong with my code??
char str[1000000];
#include<stdio.h>
#include<string.h>
int main()
{
int i,j,count=0;
while(gets(str))
{
//count=0;
for(i=0;str ;i++)
{
if ...
char str[1000000];
#include<stdio.h>
#include<string.h>
int main()
{
int i,j,count=0;
while(gets(str))
{
//count=0;
for(i=0;str ;i++)
{
if ...