Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
101818 叶城俊 回文字符串I C++ Runtime Error 0 MS 272 KB 167 2024-12-18 22:18:39

Tests(0/10):


Code:

#include<iostream> using namespace std; int main (){ char a[4]; cin>>a; if(a[0]==a[2]){ cout<<"yes"; } else cout<<"no"; return 0; }


Run Info:

*** stack smashing detected ***: ./Main terminated