Submit | All submissions | Best solutions | Back to list |
Problem hidden
ANAGRAM12 - ANAGRAM123 |
Write a program to check if two given strings are anagrams. A pair of anagram is a pair of words that have the same alphabets but in a different order. Example "eat and ate", "angle and angel". Take console input, do not use predefined values in program.
input :- eat
ate
output :- yes
Added by: | Prafful |
Date: | 2016-02-21 |
Time limit: | 1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All except: ASM64 GOSU JS-MONKEY |
Resource: | Own Creation |