Account name:
Password
(OpenID?)
(Forgot it?)
Remember Me
You're viewing
hatam_soferet
's journal
Create a Dreamwidth Account
Learn More
Interest
Region
Site and Account
FAQ
Email
Reload page in style:
site
light
Hatam Soferet
Jen Taylor Friedman's blog
Recent Entries
Archive
Reading
Tags
Memories
Profile
VQyUtxeCRfnznTbTi
Date:
2013-01-29 03:31 am (UTC)
From:
(Anonymous)
int test(const char *str1, const char *str2){ printf( test for [%s] and [%s] , str1, str2); if(str1 == 0 || str2 == 0) { reurtn 0; } int nBase[26] = {0}; while(*str1 != 0) { int nIndex = (*str1 A' > 25) ? (*str1 a') : (*str1 A'); nBase[nIndex] = 1; str1++; } while(*str2 != 0) { int nIndex = (*str2 A' > 25) ? (*str2 a') : (*str2 A'); if(nBase[nIndex] == 0) { reurtn 0; } str2++; } reurtn 1;}int _tmain(int argc, _TCHAR* argv[]){ printf( result is %d\n , test( ABCDEFGHLMNOPQRS , DCGSRQPOM )); printf( result is %d\n , test( ABCDEFGHLMNOPQRS , DCGSRQPOZ )); printf( result is %d\n , test( abcdefghlmnopqrs , DCGSRQPOM )); printf( result is %d\n , test( ABCDEFGHLMNOPQRS , dcgsrqpoz )); reurtn 0;}
From:
Anonymous
OpenID
Identity URL:
Log in?
Dreamwidth account
Account name
Password
Log in?
If you don't have an account you can
create one now
.
Subject
HTML doesn't work in the subject.
Formatting type
Casual HTML
Markdown
Raw HTML
Rich Text Editor
Message
.
Profile
hatam_soferet
December
2022
S
M
T
W
T
F
S
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Style Credit
Style:
Black
for
Negatives
by
phoenix
Expand Cut Tags
No cut tags
VQyUtxeCRfnznTbTi
Date: 2013-01-29 03:31 am (UTC)