报错信息:
SSLError: HTTPSConnectionPool(hostx.x.x.x, port8443): Max retries exceeded with url: /rest/v1/xx/yy/zz (Caused by SSLError(SSLError(8, _ssl.c:503: EOF occurred in violation of protocol),)) 直接上解决方案: pip install ndg-htt…
属于信奥题目,具体解法如下。已经通过调试,欢迎使用。
有更有解法欢迎在评论区沟通,谢谢!
#include <iostream>
using namespace std;
int main(){ int m,n; cin>>m>>n; int matrix[100][100]; for(int i0;…