fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. // your code goes here
  6. string kerdzi;
  7. cin>>kerdzi;
  8. if (kerdzi == "შაურმა"){
  9. cout<<"შაურმა თურქულია"<<endl;
  10. }else if (kerdzi == "პიცა"){
  11. cout<<"პიცა იტალიურია"<<endl;
  12. }else if (kerdzi == "ბურგერი"){
  13. cout<<"ბურგერი ამერიკულია"<<endl;
  14. }else if (kerdzi == "კრუასანი"){
  15. cout<<"კრუასანი ფრანგულია"<<endl;
  16. }else if (kerdzi == "ხაჭაპური"){
  17. cout<<"ხაჭაპური ქართულია"<<endl;
  18. }else if (kerdzi == "ხინკალი"){
  19. cout<<kerdzi <<" ქართულია"<<endl;
  20. }else if (kerdzi == "ტოლმა"){
  21. cout<<kerdzi <<" სომხურია"<<endl;
  22. }else if (kerdzi == "ფახლავა"){
  23. cout<<kerdzi <<" თურქულია"<<endl;
  24. }else if (kerdzi == "ბორში"){
  25. cout<<kerdzi <<" უკრაინულია"<<endl;
  26. }else if (kerdzi == "არაჟანი"){
  27. cout<<kerdzi <<" რუსულია"<<endl;
  28. }else if (kerdzi == "სუში"){
  29. cout<<kerdzi <<" იაპონურია"<<endl;
  30. }else if (kerdzi == "კიმჩი"){
  31. cout<<kerdzi <<" კორეულია"<<endl;
  32. }else if (kerdzi == "ტაკო"){
  33. cout<<kerdzi <<" მექსიკურია"<<endl;
  34. }else if (kerdzi == "ჩიპსი"){
  35. cout<<kerdzi <<" ბრიტანულია"<<endl;
  36. }else {
  37. cout<<"უი მეტი აღარ ვიცი😣 :0"<<endl;
  38. }
  39. return 0;
  40. }
Success #stdin #stdout 0.01s 5268KB
stdin
ფცკნფეხჯ
stdout
უი მეტი აღარ ვიცი😣 :0