提出 #71824959
ソースコード 拡げる
#include <bits/stdc++.h>
using namespace std;
#include <atcoder/all>
using namespace atcoder;
using ll=long long;
using ull=unsigned long long;
using ld=long double;
using vl=vector<ll>; using vvl=vector<vector<ll>>; using vvvll=vector<vector<vector<ll>>>;
using vi=vector<int>; using vvi=vector<vector<int>>; using vvvi=vector<vector<vector<int>>>;
using vd=vector<double>; using vvd=vector<vector<double>>;
using vc=vector<char>; using vvc=vector<vector<char>>;
using vs=vector<string>;
constexpr int dx[]={1,0,-1,0};
constexpr int dy[]={0,1,0,-1};
constexpr ll INF=1000000001000000001;
constexpr ll Inf=100010001;
//#define MINT1000000007
//#define MINT998244353
#ifdef MINT1000000007
constexpr ll MOD=1000000007;using mint=modint1000000007;
#elif defined(MINT998244353)
constexpr ll MOD=998244353;using mint=modint998244353;
#else
using mint=modint;
#endif
template<class T> inline bool chmin(T& a,T b){if(a>b){a=b;return true;}return false;}
template<class T> inline bool chmax(T& a,T b){if(a<b){a=b;return true;}return false;}
template<typename T> using min_priority_queue = priority_queue<T, vector<T>, greater<T>>;
#define Ft first
#define Sd second
#define Yes cout<<"Yes"<<endl
#define No cout<<"No"<<endl
#define rep(i,N) for(ll i=0;i<N;i++)
#define repp(i,N) for(ll i=1;i<=N;i++)
#define ALL(A) A.begin(),A.end()
int main() {
ios::sync_with_stdio(false);cin.tie(nullptr);cout<<setprecision(12);
int a,b; cin>>a>>b;
cout<<a*12+b<<endl;
}
提出情報
| 提出日時 | |
|---|---|
| 問題 | A - Feet |
| ユーザ | ChuChoku |
| 言語 | C++23 (GCC 15.2.0) |
| 得点 | 100 |
| コード長 | 1519 Byte |
| 結果 | AC |
| 実行時間 | 1 ms |
| メモリ | 3576 KiB |
ジャッジ結果
| セット名 | Sample | All | ||||
|---|---|---|---|---|---|---|
| 得点 / 配点 | 0 / 0 | 100 / 100 | ||||
| 結果 |
|
|
| セット名 | テストケース |
|---|---|
| Sample | 00-sample-01.txt, 00-sample-02.txt, 00-sample-03.txt |
| All | 00-sample-01.txt, 00-sample-02.txt, 00-sample-03.txt, 01-01.txt, 01-02.txt, 01-03.txt, 01-04.txt, 01-05.txt, 01-06.txt, 01-07.txt, 01-08.txt |
| ケース名 | 結果 | 実行時間 | メモリ |
|---|---|---|---|
| 00-sample-01.txt | AC | 1 ms | 3324 KiB |
| 00-sample-02.txt | AC | 1 ms | 3424 KiB |
| 00-sample-03.txt | AC | 1 ms | 3496 KiB |
| 01-01.txt | AC | 1 ms | 3480 KiB |
| 01-02.txt | AC | 1 ms | 3560 KiB |
| 01-03.txt | AC | 1 ms | 3536 KiB |
| 01-04.txt | AC | 1 ms | 3576 KiB |
| 01-05.txt | AC | 1 ms | 3564 KiB |
| 01-06.txt | AC | 1 ms | 3504 KiB |
| 01-07.txt | AC | 1 ms | 3536 KiB |
| 01-08.txt | AC | 1 ms | 3508 KiB |