P1000 A+B Problem
Overview
Judge Result | Compile Error |
Problem | P1000 A+B Problem |
Submit Time | October 3, 2021, 11:35:05 PM |
Language | C |
Judger | Default Judger |
Used Time | 0 ms |
Used Memory | 0 K |
Execute Time | October 3, 2021, 11:34:59 PM |
Judge Result
Compile Error.
/tmp/voj-1667/SBZQnJorJFHJ.c: In function ‘main’:
/tmp/voj-1667/SBZQnJorJFHJ.c:6:9: warning: implicit declaration of function ‘scanf_s’; did you mean ‘scanf’? [-Wimplicit-function-declaration]
6 | scanf_s("%d%d", &a, &b);
| ^~~~~~~
| scanf
/usr/bin/ld: /tmp/ccRK7D2B.o: in function `main':
SBZQnJorJFHJ.c:(.text.startup+0x24): undefined reference to `scanf_s'
collect2: error: ld returned 1 exit status
Compile Error, Time = 0 ms, Memory = 0 KB, Score = 0.