poj 3007 string TLE 了 好 多

在解决POJ 3007问题时,初次使用STL string、map、substr和reverse()导致了超时。通过将输入改为char *并避免使用substr和reverse(),在G++编译器下成功AC,但运行时间较高,达到800多ms。
摘要由CSDN通过智能技术生成

http://poj.org/problem?id=3007

用STL---string、map、substr、reverse(),结果老是超时,

然后,输入改用char * ,不用substr和reverse(),在G++下提交可以ac,耗时800多ms

// poj_3007 Organize Your Train part II.cpp : Defines the entry point for the console application.
//
/*
表示伤心,用stl超时了
*/
//#include "stdafx.h"
#pragma warning(disable : 4786)
#include<iostream>
#include<string>
#include<cstdio>
#include<map>
#include<cstring>
#include<algorithm>

using namespace std;

int solve(char *s)
{
	int sum=1,i,len=strlen(s);
	char ss[77],c;
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值