Code is not running

Problem description:
i cant run my c pogram

Expected behavior:

input is not taking
Actual behavior:

Steps to reproduce:

Bug appears at this link:

Browser/OS/Device:

Could you provide more information and a link to the Repl where you are experiencing this issue? This will help the community troubleshoot with you, and if necessary, help the staff to figure out how to fix this issue.

3 Likes

Hey @13000120074 welcome to the forums!

Thank you for your post and sorry that you are experiencing issues. However the Replit support team may not be able to help you with this issue if you do not complete the template fields fully.

Without knowing the expected and actual behaviour (screenshots are fine for this section) as well as the link to your Repl and the steps a member of the support team will need to follow to reproduce the error there won’t be much we can do to help you.

The more information you provide at the start, the easier it will be to identify if your bug report is an issue or a misunderstanding.

1 Like

It appears you’re using what,
#include <stdio.h>?

try:

...
int c;
scanf("%d", &c);

or something :stuck_out_tongue:

1 Like