Untitled

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> main() { int i = 17; char c = 'c'; /* ascii 值是 99 */ int sum; sum = i + c; printf("Value of sum : %d\n", sum ); }
Editor Settings
Theme
Key bindings
Full width
Lines