-
-
### Related area
USB, BT
### Hardware specification
all ESP32 types
### Is your feature request related to a problem?
keyboard-input e.g. for passwords or communication without Serial …
-
## Description
I tried submitting .c file but I received an error saying unable to access language id
## Error log
``` console
$oj s https://codeforces.com/contest/1401/problem/A A.c
[INFO] o…
-
# Feature ✅
# Bug 🐞
# Documentation 📑
## Description
## Checklist:
- [x] I have read the project guidelines.
- [x] I have checked all the existing projects, before submitting a new proje…
-
```
// m.c
#include
int main(void)
{
char str[50];
printf("Press string: ");
scanf("%s", str);
printf("Your string is %s.\n", str);
return 0;
}
$ gcc m.c -o m.exe
What is the e…
-
```
// m.c
#include
int main(void)
{
char str[50];
printf("Press string: ");
scanf("%s", str);
printf("Your string is %s.\n", str);
return 0;
}
$ gcc m.c -o m.exe
What is the e…
-
check armstrong number by making functions
-
-
There is a class of command where input is analyzed and printed to stdout, rather than output as a file. A couple examples are
* [SmoothEstimate](https://nipype.readthedocs.io/en/latest/api/genera…
-
```
// m.c
#include
int main(void)
{
char str[50];
printf("Press string: ");
scanf("%s", str);
printf("Your string is %s.\n", str);
return 0;
}
$ gcc m.c -o m.exe
What is the e…