online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
#include <stdio.h> int main() { printf("%i %i %c %i %i %c %i %i %c %i %i %s", '1'+'5'+'9', // 159 '9'-'2', // 7 '9'- 2 , // всё ещё 7 '9'- 2 , // автохрен, 55 '5'+ 2 , // 55 (╯°□°)╯︵ ┻━┻ '5'+ 2 , // а, не, норм, 7 1 * 1 , // единичка 0 *'1', // нолик '0'*'1', // ну слава богу, нолик '1'*'1', // 2401 щ(゜ロ゜щ) '1'*'0', // верни. мне. мой. нолик. "¯\\_(ツ)_/¯"); // да пошло оно всё, буду проституткой return 0; }

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