po167_library

This documentation is automatically generated by online-judge-tools/verification-helper

View the Project on GitHub potato167/po167_library

:heavy_check_mark: test/math/sampleproblem.test.cpp

Code

#define PROBLEM "https://judge.yosupo.jp/problem/aplusb"

#include<bits/stdc++.h>
int main(){
    int a,b;
    std::cin>>a>>b;
    std::cout<<a+b<<"\n";
}
#line 1 "test/math/sampleproblem.test.cpp"
#define PROBLEM "https://judge.yosupo.jp/problem/aplusb"

#include<bits/stdc++.h>
int main(){
    int a,b;
    std::cin>>a>>b;
    std::cout<<a+b<<"\n";
}
Back to top page