結果
問題 | No.3003 ところで |
ユーザー | naimonon77 |
提出日時 | 2015-10-13 01:15:15 |
言語 | C++11 (gcc 11.4.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 511 bytes |
コンパイル時間 | 512 ms |
コンパイル使用メモリ | 65,296 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-07-21 07:21:17 |
合計ジャッジ時間 | 893 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
ソースコード
#define _USE_MATH_DEFINES #include <iostream> #include <vector> #include <string> #include <cstring> #include <algorithm> #include <sstream> #include <map> #include <set> #include <cstdio> using namespace std; #define REP(i,a,b) for(i=a;i<b;i++) #define rep(i,n) REP(i,0,n) typedef long long ll; typedef unsigned long long ull; typedef long double ld; /* ここからが本編 */ /* */ /* 入力開始! */ /* 入力終了! */ int main(void) { int n; cin >> n; cout << "66"<< endl; return 0; }