Search found 1 match

by biso
Sat Aug 05, 2006 10:28 pm
Forum: Volume 100 (10000-10099)
Topic: 10082 - WERTYU
Replies: 57
Views: 16901

10082 WA??

Hi all,

I am new to the ACM problems and this is my first code.
i don't know why it is not AC


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

int main()
{

char c;
string s="`1234567890-=QWERTYUIOP[]\\ASDFGHJKL;ZXCVBNM,./";
cin.unsetf(ios::skipws);

while(cin >> c)
{
if (c ...

Go to advanced search