Submission #56163
ソースコード
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | #include<bits/stdc++.h> #define INF 2147483647 #define inf 1000000007 #define SYOU(x) setprecision(x+1) #define abs(x,y) (max(x,y)-min(x,y)) #define lol long long #define mp make_pair #define fi first #define se second using namespace std; lol a,b; lol i[1000]; lol ans[111][100001]; signed main(){ cin.tie(0); ios::sync_with_stdio( false ); lol c,d=0,e=0,f=0,g=0,h=0; string s,w; while (1){ cin >>s; if (s== "Suomi" ) break ; if (s== "en" ) cout << "Hello World!\n" ; else { if (s== "fr" ) cout << "Bonjour ke monde!\n" ; else { if (s== "de" ) cout << "Hallo Welt!\n" ; else { if (s== "es" ) cout << "Hola Mundo!\n" ; else { if (s== "pt" ) cout << "Ola' Mundo!\n" ; else { if (s== "nl" ) cout << "Hallo Wereld!\n" ; else { if (s== "cs" ) cout << "Ahoj sve^te!\n" ; else { if (s== "ga" ) cout << "Dia duit an Domhain!\n" ; else { if (s== "eo" ) cout << "Saluton Mondo!\n" ; else { if (s== "tr" ) cout << "Selam Du" << '"' <<"nya!\n"; else { if (s== "sw" ) cout << "Salamu, Dunia!\n" ; else { if (s== "af" ) cout << "Hello We^reld!\n" ; else { if (s== "ms" ) cout << "Hai dunia!\n" ; else { if (s== "uz" ) cout << "Salom Dunyo!\n" ; else { if (s== "ja" ) cout << "nadesiko\n" ; else { if (s== "python" ) cout << "import __hello__\n" ; else cout << "Apple is my greatest!\n" ; } }}}}}}}}}}}}}} } return (0); } |
ステータス
項目 | データ |
---|---|
問題 | 0976 - 国際主義 |
ユーザー名 | ei1923 |
投稿日時 | 2019-11-05 17:39:56 |
言語 | C++14 |
状態 | Accepted |
得点 | 1 |
ソースコード長 | 1564 Byte |
最大実行時間 | 31 ms |
最大メモリ使用量 | 604 KB |
セット
セット | 得点 | Cases | |
---|---|---|---|
1 | ALL | 1 / 1 | * |
テストケース
ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
---|---|---|---|---|
in1 | AC | 29 ms | 604 KB |
1
|
in2 | AC | 19 ms | 432 KB |
1
|
in3 | AC | 31 ms | 524 KB |
1
|
in4 | AC | 21 ms | 480 KB |
1
|
in5 | AC | 21 ms | 568 KB |
1
|