online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
dict = {} start = ord ('a') for i in range (0, 26): dict[chr (start + i)] = (i % 13) + 1; while True: word = input ("enter a word: ") count = 0; for char in word: count = count +dict[char] print ("total: " + str (count))

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue