online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
#include <stdio.h> int main() { printf("Zadanie 1\n"); float wysokosc, szerokosc; printf("Podaj wysokosc i szerokosc:\n"); scanf("%f %f", &wysokosc, &szerokosc); for (int i=1; i<=wysokosc; i++) { for (int j=1; j<=szerokosc; j++) if (i==1 || i==wysokosc || j==1 || j==szerokosc || (wysokosc/2)+.5==i || (szerokosc/2)+.5==j) putchar('*'); else putchar(' '); printf("\n"); } 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