标准错误流
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
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#2890 | #1003. 凸多边形 | Wrong Answer | 0 | 984 ms | 3020 K | Python 3 / 540 B | t330034057 | 2023-11-22 14:21:09 |
import numpy as np
x1,y1 = map(int,input().split())
x2,y2 = map(int,input().split())
x3,y3 = map(int,input().split())
x4,y4 = map(int,input().split())
points = np.array([[x1, y1], [x2, y2], [x3, y3], [x4, y4]])
v1 = points[1] - points[0]
v2 = points[2] - points[1]
v3 = points[3] - points[2]
v4 = points[0] - points[3]
cross1 = np.cross(v1, v2)
cross2 = np.cross(v2, v3)
cross3 = np.cross(v3, v4)
cross4 = np.cross(v4, v1)
if cross1 > 0 and cross2 > 0 and cross3 > 0 and cross4 > 0:
print("Yes")
else:
print("No")
标准错误流
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