結果
問題 | No.202 1円玉投げ |
ユーザー | hogeover30 |
提出日時 | 2015-05-16 12:57:20 |
言語 | C++11 (gcc 11.4.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 233 bytes |
コンパイル時間 | 1,743 ms |
コンパイル使用メモリ | 163,940 KB |
実行使用メモリ | 8,064 KB |
最終ジャッジ日時 | 2024-12-22 09:13:59 |
合計ジャッジ時間 | 7,558 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | AC | 187 ms
8,064 KB |
testcase_02 | AC | 1 ms
6,816 KB |
testcase_03 | AC | 1 ms
6,816 KB |
testcase_04 | WA | - |
testcase_05 | AC | 6 ms
6,820 KB |
testcase_06 | WA | - |
testcase_07 | WA | - |
testcase_08 | WA | - |
testcase_09 | WA | - |
testcase_10 | WA | - |
testcase_11 | WA | - |
testcase_12 | WA | - |
testcase_13 | WA | - |
testcase_14 | WA | - |
testcase_15 | WA | - |
testcase_16 | WA | - |
testcase_17 | WA | - |
testcase_18 | WA | - |
testcase_19 | WA | - |
testcase_20 | WA | - |
testcase_21 | WA | - |
testcase_22 | WA | - |
testcase_23 | AC | 2 ms
6,820 KB |
testcase_24 | WA | - |
testcase_25 | AC | 2 ms
6,816 KB |
testcase_26 | WA | - |
testcase_27 | WA | - |
testcase_28 | WA | - |
testcase_29 | WA | - |
testcase_30 | AC | 2 ms
6,816 KB |
testcase_31 | AC | 2 ms
6,820 KB |
testcase_32 | AC | 2 ms
6,816 KB |
testcase_33 | WA | - |
testcase_34 | WA | - |
testcase_35 | WA | - |
testcase_36 | WA | - |
testcase_37 | WA | - |
testcase_38 | WA | - |
testcase_39 | WA | - |
testcase_40 | AC | 1 ms
6,820 KB |
コンパイルメッセージ
main.cpp:1:2: warning: #import is a deprecated GCC extension [-Wdeprecated] 1 | #import<bits/stdc++.h> | ^~~~~~ main.cpp:2:39: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type] 2 | using namespace std;int s,t,x,y,z=1e5;main(){set<int>a;for(cin>>x;cin>>x>>y;)for(auto i=a.lower_bound(x*z-2e6),j=a.upper_bound(x*z+2e6);i==j?a.insert(x*z+y),0:s*(s=x-*i/z)+t*(t=y-*i%z)>401;++i);cout<<a.size();} | ^~~~
ソースコード
#import<bits/stdc++.h> using namespace std;int s,t,x,y,z=1e5;main(){set<int>a;for(cin>>x;cin>>x>>y;)for(auto i=a.lower_bound(x*z-2e6),j=a.upper_bound(x*z+2e6);i==j?a.insert(x*z+y),0:s*(s=x-*i/z)+t*(t=y-*i%z)>401;++i);cout<<a.size();}