結果
| 問題 | No.543 命題 |
| コンテスト | |
| ユーザー |
ugis_prog
|
| 提出日時 | 2018-11-14 15:43:41 |
| 言語 | C++11(廃止可能性あり) (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 78 bytes |
| 記録 | |
| コンパイル時間 | 463 ms |
| コンパイル使用メモリ | 54,844 KB |
| 実行使用メモリ | 6,820 KB |
| 最終ジャッジ日時 | 2024-12-24 13:41:56 |
| 合計ジャッジ時間 | 924 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 4 |
コンパイルメッセージ
main.cpp:2:1: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type]
2 | main(){int a,b;std::cin>>a>>b;std::cout<<b<<" "<<a<<"\n";}
| ^~~~
ソースコード
#include <iostream>
main(){int a,b;std::cin>>a>>b;std::cout<<b<<" "<<a<<"\n";}
ugis_prog