提出 #71825180
ソースコード 拡げる
#include <bits/stdc++.h>
using namespace std;
#define ll long long
#define LONGMAX 1e18
#define INTMAX 2147483647
template <typename T> void show(const vector<T>& a) {
if (a.empty()) {
cout << "empty" << endl;
return;
}
for (size_t i = 0; i < a.size() - 1; ++i) {
cout << a[i] << " ";
}
cout << a.back() << endl;
}
void aaaaa(void){
cout << "aaaaa" << endl;
return;
}
int main(void){
int A, B; cin >> A >> B;
cout << 12*A + B << endl;
return 0;
}
// while (std::cin >> a >> b) {
// }
// int array[]={1,2,3,4};
// do{
// for(int i=0; i<4; i++){
// cout<<array[i];
// if(i!=3)cout<<" ";
// }
// cout<<endl;
//}while(next_permutation(array,array+4));
// struct Edge {
// int to;
// ll w;
// Edge(int to, ll w) : to(to), w(w) {}
// };
// using Graph = vector<vector<Edge>>;
// cout << fixed << setprecision(10);
提出情報
| 提出日時 | |
|---|---|
| 問題 | A - Feet |
| ユーザ | lashvbq |
| 言語 | C++23 (GCC 15.2.0) |
| 得点 | 100 |
| コード長 | 959 Byte |
| 結果 | AC |
| 実行時間 | 1 ms |
| メモリ | 3556 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 | 3412 KiB |
| 00-sample-02.txt | AC | 1 ms | 3524 KiB |
| 00-sample-03.txt | AC | 1 ms | 3412 KiB |
| 01-01.txt | AC | 1 ms | 3432 KiB |
| 01-02.txt | AC | 1 ms | 3556 KiB |
| 01-03.txt | AC | 1 ms | 3336 KiB |
| 01-04.txt | AC | 1 ms | 3376 KiB |
| 01-05.txt | AC | 1 ms | 3376 KiB |
| 01-06.txt | AC | 1 ms | 3504 KiB |
| 01-07.txt | AC | 1 ms | 3508 KiB |
| 01-08.txt | AC | 1 ms | 3524 KiB |