-
Fill up only the relevant details and skip or remove the rest.
### Prerequisites
Please answer the following questions for yourself before submitting an issue. **YOU MAY DELETE THE PREREQUISITES SE…
-
Script is not running some little programs that are using the function scanf. I don't know why! Other programs that not use this function are running ok.
This is a limitation of the package?
I'm usin…
-
#include
void main()
{
char temp[32];
scanf("%s", temp); // 문자열은 &를 쓰지 않는다. 문자열 입력
printf("input string : %s \n",temp); // 문자열 출력
그러나 scanf() 함수는 띄어쓰기나 엔터가 입력이 되면 거기까지 이기에 내가 원하는 출력값이 나오…
-
The documentation of module `Scanf` has some weird repetitions (empty titles, repeating sections in seemingly different states of creation):
https://reasonml.github.io/api/Scanf.html
-
#include
#include
#include
float divisor(float a, float b);
int main()
{
float i, j;
printf("Primer número...\n");
scanf("%f", &i);
printf("Segundo número...\n");
scanf("%f", &j);
…
-
https://github.com/ryao/zfs/security/code-scanning/420
https://github.com/ryao/zfs/blob/3881dd42bbfb7297f08e796c38b35d54e11ac500/lib/libspl/os/linux/gethostid.c#L50
CodeQL says `This variable is…
-
Please answer these questions before submitting your issue. Thanks!
_What version of Go are you using (`go version`)?_
`go version devel +ff227b8 Thu Jul 21 01:04:22 2016 +0000 linux/amd64`
but olde…
-
It looks like clang-upc2c is converting calls to certain stdio scanf-family functions to some internal name.
These names are now declared anywhere, resulting in implcit decl warnings from non-clang ba…
-
#include
//模拟除法
int main()
{
int x;
scanf("%d",&x);
int n=1,s=1;
while(s
-