[ create a new paste ] login | about

Link: http://codepad.org/tQza9yA3    [ raw code | output | fork ]

C++, pasted on Feb 1:
1
2
3
4
5
6
7
#include <iostream>
int main()
{
char b[6] = "abcde"; 
char с[] = "абвгд"; 
return 0;
} 


Output:
1
2
Line 5: error: stray '\321' in program
compilation terminated due to -Wfatal-errors.


Create a new paste based on this one


Comments: