Submission #12856

# Submission time Handle Problem Language Result Execution time Memory
12856 2015-01-13T11:19:10 Z solod Robots (APIO13_robots) C++
Compilation error
0 ms 0 KB
#iclude<stdio.h>

int main(){
  
  printf("hello world");
 
  return 0;
  
}

Compilation message

robots.cpp:1:2: error: invalid preprocessing directive #iclude
robots.cpp: In function 'int main()':
robots.cpp:5:23: error: 'printf' was not declared in this scope