提出 #60590893
ソースコード 拡げる
#include<bits/stdc++.h>
#define ld double
#define ci const int
#define ll long long
#define mid ((l+r)>>1)
#define fo(i,l,r) for(int i=(l);i<=(r);++i)
#define fu(i,l,r) for(int i=(l);i<(r);++i)
#define fd(i,l,r) for(int i=(l);i>=(r);--i)
#define P(x) __builtin_popcount(x)
#define gcd(x,y) __gcd(x,y)
using namespace std;
ci mod=998244353,N=4e6+5,M=505;
const ld eps=1e-7;
const ll inf=1e16;
mt19937 rad(time(0));
inline ll read(){ll u=0,f=1;char o;while((o=getchar())<48||o>57)if(o=='-')f=-1;u=(o^48);while((o=getchar())>=48&&o<=57)u=(u<<1)+(u<<3)+(o^48);return u*f;}
void write(ll x){if(x<0)putchar('-'),x=-x;if(x>9)write(x/10);putchar(x%10+48);}
bool ST;
ll n,m,dis[M][M],a[M][M],to[M],bfs[N];
struct node
{
int to;ll val;
};
vector<node>w[M];
bool ED;
signed main()
{cerr<<(&ST-&ED)/1048576.0<<'\n';
// freopen("a.in","r",stdin);
// freopen("a.out","w",stdout);
puts("Yes\n2 1 4 4\n4 3 1\n1 3\n2\n");
}
提出情報
| 提出日時 | |
|---|---|
| 問題 | E - Straight Path |
| ユーザ | Butanlishi |
| 言語 | C++ 20 (gcc 12.2) |
| 得点 | 0 |
| コード長 | 939 Byte |
| 結果 | WA |
| 実行時間 | 1 ms |
| メモリ | 3908 KiB |
ジャッジ結果
| セット名 | Sample | All | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| 得点 / 配点 | 0 / 0 | 0 / 800 | ||||||||
| 結果 |
|
|
| セット名 | テストケース |
|---|---|
| Sample | example_00.txt, example_01.txt |
| All | example_00.txt, example_01.txt, test_00.txt, test_01.txt, test_02.txt, test_03.txt, test_04.txt, test_05.txt, test_06.txt, test_07.txt, test_08.txt, test_09.txt, test_10.txt, test_11.txt, test_12.txt, test_13.txt, test_14.txt, test_15.txt, test_16.txt |
| ケース名 | 結果 | 実行時間 | メモリ |
|---|---|---|---|
| example_00.txt | AC | 1 ms | 3684 KiB |
| example_01.txt | WA | 1 ms | 3860 KiB |
| test_00.txt | WA | 1 ms | 3812 KiB |
| test_01.txt | WA | 1 ms | 3680 KiB |
| test_02.txt | WA | 1 ms | 3820 KiB |
| test_03.txt | WA | 1 ms | 3860 KiB |
| test_04.txt | WA | 1 ms | 3812 KiB |
| test_05.txt | WA | 1 ms | 3684 KiB |
| test_06.txt | WA | 1 ms | 3864 KiB |
| test_07.txt | WA | 1 ms | 3760 KiB |
| test_08.txt | WA | 1 ms | 3724 KiB |
| test_09.txt | WA | 1 ms | 3800 KiB |
| test_10.txt | WA | 1 ms | 3808 KiB |
| test_11.txt | WA | 1 ms | 3792 KiB |
| test_12.txt | WA | 1 ms | 3788 KiB |
| test_13.txt | WA | 1 ms | 3792 KiB |
| test_14.txt | WA | 1 ms | 3724 KiB |
| test_15.txt | WA | 1 ms | 3884 KiB |
| test_16.txt | WA | 1 ms | 3908 KiB |