Search found 1 match

by GoLuckyBall
Sun Mar 02, 2008 9:07 am
Forum: Volume 110 (11000-11099)
Topic: 11058 - Encoding
Replies: 28
Views: 20462

The following is my code.

In Online Judge, it must run 3's.But limit of the time is 1's, please help me what should I improve my code. Thanks!!

#include<iostream>
#include<string>
using namespace std;

int main() {
int count = 1;
string S;
cin >> S;
while ( S != "EOF" ) {
char Letter[26 ...

Go to advanced search