結果
問題 | No.543 命題 |
ユーザー | ugis_prog |
提出日時 | 2018-11-14 15:44:38 |
言語 | C++11 (gcc 13.3.0) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 79 bytes |
コンパイル時間 | 469 ms |
コンパイル使用メモリ | 53,336 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-12-24 13:41:57 |
合計ジャッジ時間 | 926 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 4 |
コンパイルメッセージ
main.cpp:2:1: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type] 2 | main(){char a,b;std::cin>>a>>b;std::cout<<b<<" "<<a<<"\n";} | ^~~~
ソースコード
#include <iostream>main(){char a,b;std::cin>>a>>b;std::cout<<b<<" "<<a<<"\n";}