This documentation is automatically generated by competitive-verifier/competitive-verifier
#define PROBLEM "https://yukicoder.me/problems/no/2441"
#include "daylight/base.hpp"
#include "daylight/math/matrix.hpp"
int main() {
vvi M(2, vi(2));
cin >> M;
auto ans = powMatrix(M, 3);
REP(i, 2) {
cout << ans[i] << endl;
}
}
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++ | Kawaranai_00.txt |
|
6 ms | 3 MB |
| g++ | Kawaranai_01.txt |
|
6 ms | 3 MB |
| g++ | Kawaranai_02.txt |
|
5 ms | 3 MB |
| g++ | Kawaranai_03.txt |
|
5 ms | 3 MB |
| g++ | Kawaranai_04.txt |
|
5 ms | 3 MB |
| g++ | Kawaranai_05.txt |
|
5 ms | 3 MB |
| g++ | Kawaranai_06.txt |
|
5 ms | 3 MB |
| g++ | Kawaranai_07.txt |
|
5 ms | 3 MB |
| g++ | Kawaranai_08.txt |
|
5 ms | 3 MB |
| g++ | Kawaranai_09.txt |
|
5 ms | 3 MB |
| g++ | Kawaru_00.txt |
|
5 ms | 3 MB |
| g++ | Kawaru_01.txt |
|
5 ms | 3 MB |
| g++ | Kawaru_02.txt |
|
5 ms | 3 MB |
| g++ | Kawaru_03.txt |
|
6 ms | 3 MB |
| g++ | Ookii_00.txt |
|
5 ms | 3 MB |
| g++ | Ookii_01.txt |
|
5 ms | 3 MB |
| g++ | Ookii_02.txt |
|
5 ms | 3 MB |
| g++ | Ookii_03.txt |
|
5 ms | 3 MB |
| g++ | Ookii_04.txt |
|
5 ms | 3 MB |
| g++ | Ookii_05.txt |
|
5 ms | 3 MB |