結果
| 問題 | No.8043 yukicoderへようこそ! |
| コンテスト | |
| ユーザー |
ugis_prog
|
| 提出日時 | 2019-04-01 22:01:05 |
| 言語 | C++11 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 248 bytes |
| 記録 | |
| コンパイル時間 | 1,637 ms |
| コンパイル使用メモリ | 174,400 KB |
| 実行使用メモリ | 6,400 KB |
| 最終ジャッジ日時 | 2026-05-21 09:20:12 |
| 合計ジャッジ時間 | 2,605 ms |
|
ジャッジサーバーID (参考情報) |
judge1_1 / judge2_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 6 |
コンパイルメッセージ
main.cpp:4:1: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
4 | main(){
| ^~~~
ソースコード
#include<bits/stdc++.h>
using namespace std;
using s=string;
main(){
int A,B;
string S;
cin >> A >> B;
cin >> S;
//cout << "Hello World" << endl;
//cout << A*(A+1)/2 << endl;
cout << A+B << endl;
cout << S << endl;
}
ugis_prog