結果

問題 No.8040 A + B Problem
ユーザー PCTprobability
提出日時 2021-04-01 02:17:53
言語 C++17
(gcc 13.3.0 + boost 1.87.0)
結果
AC  
実行時間 2 ms / 2,000 ms
コード長 79 bytes
コンパイル時間 1,756 ms
コンパイル使用メモリ 191,160 KB
最終ジャッジ日時 2025-01-20 04:43:16
ジャッジサーバーID
(参考情報)
judge5 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 20
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.cpp:3:1: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type]
    3 | main(){
      | ^~~~

ソースコード

diff #

#include<bits/stdc++.h>
using namespace std;
main(){
    cout<<"A + B"<<endl;
}
0