This documentation is automatically generated by competitive-verifier/competitive-verifier
#define PROBLEM \
"https://judge.u-aizu.ac.jp/onlinejudge/description.jsp?id=ITP1_3_D&lang=ja"
#include "daylight/base.hpp"
#include "daylight/math/diviser.hpp"
int main() {
int A, B, C;
cin >> A >> B >> C;
int ans = 0;
auto divs = get_divisers(C);
for(auto div: divs) {
if(A <= div && div <= B) ans++;
}
cout << ans << endl;
return 0;
}
Traceback (most recent call last):
File "/home/runner/.local/lib/python3.10/site-packages/competitive_verifier/oj_resolve/resolver.py", line 181, in resolve
bundled_code = language.bundle(path, basedir=basedir)
File "/home/runner/.local/lib/python3.10/site-packages/competitive_verifier/oj/verify/languages/cplusplus.py", line 252, in bundle
bundler.update(path)
File "/home/runner/.local/lib/python3.10/site-packages/competitive_verifier/oj/verify/languages/cplusplus_bundle.py", line 482, in update
self.update(
File "/home/runner/.local/lib/python3.10/site-packages/competitive_verifier/oj/verify/languages/cplusplus_bundle.py", line 477, in update
raise BundleErrorAt(
competitive_verifier.oj.verify.languages.cplusplus_bundle.BundleErrorAt: daylight/base.hpp: line 103: unable to process #include in #if / #ifdef / #ifndef other than include guards
| Env | Name | Status | Elapsed | Memory |
|---|---|---|---|---|
| g++ | 00_sample_00.in |
|
7 ms | 3 MB |
| g++ | 01_corner_00.in |
|
7 ms | 3 MB |
| g++ | 01_corner_01.in |
|
6 ms | 3 MB |
| g++ | 01_corner_02.in |
|
5 ms | 3 MB |
| g++ | 01_corner_03.in |
|
5 ms | 3 MB |
| g++ | 01_corner_04.in |
|
5 ms | 3 MB |
| g++ | 01_corner_05.in |
|
6 ms | 3 MB |
| g++ | 01_corner_06.in |
|
5 ms | 3 MB |
| g++ | 02_rand_00.in |
|
5 ms | 3 MB |
| g++ | 02_rand_01.in |
|
6 ms | 3 MB |
| g++ | 02_rand_02.in |
|
6 ms | 3 MB |
| g++ | 02_rand_03.in |
|
6 ms | 3 MB |
| g++ | 02_rand_04.in |
|
5 ms | 3 MB |
| g++ | 02_rand_05.in |
|
5 ms | 3 MB |
| g++ | 02_rand_06.in |
|
5 ms | 3 MB |
| g++ | 02_rand_07.in |
|
6 ms | 3 MB |
| g++ | 03_maximum_00.in |
|
5 ms | 3 MB |
| g++ | 03_maximum_01.in |
|
6 ms | 3 MB |
| g++ | 03_maximum_02.in |
|
6 ms | 3 MB |
| g++ | 03_maximum_03.in |
|
5 ms | 3 MB |