AtCoderのCythonではNumpyが使えない
code:cython
cimport numpy as np
code::
./Main.c:600:10: fatal error: numpy/arrayobject.h: No such file or directory
600 |
#include
"numpy/arrayobject.h"
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
コードテスト - AtCoder Beginner Contest 172
で試した