标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#2835 | #1003. 凸多边形 | Wrong Answer | 0 | 952 ms | 3048 K | Python 3 / 716 B | t330034045 | 2023-11-21 21:49:34 |
import numpy as np
list1=[]
def func(list1:list):
a=[]
for i in list1:
a.append(int(i))
return a
a=np.array(func(input().split(" ")))
b=np.array(func(input().split(" ")))
c=np.array(func(input().split(" ")))
d=np.array(func(input().split(" ")))
def cross_product(p1, p2):
return np.cross(p1, p2)
def func2(points):
cross_products = [a,b,c,d]
for i in range(4):
p1 = points[i] - points[(i+1)%4]
p2 = points[(i+2)%4] - points[(i+1)%4]
cross_products.append(cross_product(p1, p2))
if all(cp > 0 for cp in cross_products) or all(cp < 0 for cp in cross_products):
return "yes"
else:
return "no"
print(func2(list1))
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1