This documentation is automatically generated by competitive-verifier/competitive-verifier
#define PROBLEM \
"https://judge.u-aizu.ac.jp/onlinejudge/description.jsp?id=ITP1_7_D"
#include "daylight/base.hpp"
#include "daylight/math/matrix.hpp"
int main() {
int n, m, l;
cin >> n >> m >> l;
vvll A(n, vll(m)), B(m, vll(l));
cin >> A >> B;
auto C = multiMatrix(A, B);
REP(i, n) {
cout << C[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++ | 00_sample_00.in |
|
6 ms | 4 MB |
| g++ | 01_small_00.in |
|
5 ms | 3 MB |
| g++ | 01_small_01.in |
|
5 ms | 4 MB |
| g++ | 01_small_02.in |
|
5 ms | 3 MB |
| g++ | 01_small_03.in |
|
5 ms | 4 MB |
| g++ | 02_corner_00.in |
|
5 ms | 3 MB |
| g++ | 02_corner_01.in |
|
5 ms | 3 MB |
| g++ | 02_corner_02.in |
|
5 ms | 3 MB |
| g++ | 02_corner_03.in |
|
5 ms | 4 MB |
| g++ | 02_corner_04.in |
|
5 ms | 3 MB |
| g++ | 03_rand_00.in |
|
5 ms | 3 MB |
| g++ | 03_rand_01.in |
|
5 ms | 4 MB |
| g++ | 03_rand_02.in |
|
5 ms | 4 MB |
| g++ | 03_rand_03.in |
|
6 ms | 3 MB |
| g++ | 04_large_00.in |
|
6 ms | 3 MB |
| g++ | 04_large_01.in |
|
6 ms | 3 MB |
| g++ | 05_maximum_00.in |
|
11 ms | 4 MB |
| g++ | 05_maximum_01.in |
|
11 ms | 4 MB |