UKE求助
  • 板块UVA11150 Cola
  • 楼主Indufty_666
  • 当前回复4
  • 已保存回复4
  • 发布时间2023/5/11 21:41
  • 上次更新2023/10/23 16:03:51
查看原帖
UKE求助
784370
Indufty_666楼主2023/5/11 21:41

在我提交的时候,会出现这个:

UnexpectedResponseStatus: expect status code: 301 Moved Permanently on https://onlinejudge.org/index.php?option=com_comprofiler&task=login, got: 200 OK

#include <iostream>
using namespace std;
int main()
{
    int x;
    cin >> x;
    cout << x / 2 * 3 + x % 2 << endl;
    return 0;
}
2023/5/11 21:41
加载中...