fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. #define S_COLOR_RED "^1"
  5.  
  6.  
  7. int main() {
  8. // your code goes here
  9. printf(" simd->Memcpy() "S_COLOR_RED"X\n" );
  10. return 0;
  11. }
Success #stdin #stdout 0s 3456KB
stdin
Standard input is empty
stdout
   simd->Memcpy() ^1X