This documentation is automatically generated by competitive-verifier/competitive-verifier
#define PROBLEM "https://judge.yosupo.jp/problem/aplusb"
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
template <typename T>
T plus(T a, T b) {
return a + b;
}
int main() {
cin.tie(nullptr); ios::sync_with_stdio(false);
ll a,b; cin>>a>>b;
cout << ::plus(a,b) << endl;
return 0;
}
#line 1 "test/standalone/plus.test.cpp"
#define PROBLEM "https://judge.yosupo.jp/problem/aplusb"
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
template <typename T>
T plus(T a, T b) {
return a + b;
}
int main() {
cin.tie(nullptr); ios::sync_with_stdio(false);
ll a,b; cin>>a>>b;
cout << ::plus(a,b) << endl;
return 0;
}
Env | Name | Status | Elapsed | Memory |
---|---|---|---|---|
g++ | example_00 |
![]() |
5 ms | 3 MB |
g++ | example_01 |
![]() |
5 ms | 3 MB |
g++ | random_00 |
![]() |
5 ms | 3 MB |
g++ | random_01 |
![]() |
5 ms | 3 MB |
g++ | random_02 |
![]() |
5 ms | 3 MB |
g++ | random_03 |
![]() |
5 ms | 3 MB |
g++ | random_04 |
![]() |
5 ms | 3 MB |
g++ | random_05 |
![]() |
5 ms | 3 MB |
g++ | random_06 |
![]() |
5 ms | 3 MB |
g++ | random_07 |
![]() |
5 ms | 3 MB |
g++ | random_08 |
![]() |
5 ms | 3 MB |
g++ | random_09 |
![]() |
5 ms | 3 MB |
clang++ | example_00 |
![]() |
5 ms | 3 MB |
clang++ | example_01 |
![]() |
5 ms | 3 MB |
clang++ | random_00 |
![]() |
5 ms | 3 MB |
clang++ | random_01 |
![]() |
5 ms | 3 MB |
clang++ | random_02 |
![]() |
5 ms | 3 MB |
clang++ | random_03 |
![]() |
5 ms | 3 MB |
clang++ | random_04 |
![]() |
5 ms | 3 MB |
clang++ | random_05 |
![]() |
5 ms | 3 MB |
clang++ | random_06 |
![]() |
5 ms | 3 MB |
clang++ | random_07 |
![]() |
5 ms | 3 MB |
clang++ | random_08 |
![]() |
5 ms | 3 MB |
clang++ | random_09 |
![]() |
5 ms | 3 MB |